diff --git a/include/cdio/util.h b/include/cdio/util.h index a8b9edbe..9b3b785c 100644 --- a/include/cdio/util.h +++ b/include/cdio/util.h @@ -1,8 +1,8 @@ /* - $Id: util.h,v 1.5 2004/11/15 19:41:25 nboullis Exp $ + $Id: util.h,v 1.6 2005/02/03 07:36:51 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel - Copyright (C) 2004 Rocky Bernstein + Copyright (C) 2004, 2005 Rocky Bernstein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -82,9 +82,6 @@ _cdio_bool_str (bool b) extern "C" { #endif -void * -_cdio_malloc (size_t size); - void * _cdio_memdup (const void *mem, size_t count);