From dca32f1da4cb96f98c2c23c4b115e18baa06d250 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 3 Feb 2005 07:36:51 +0000 Subject: [PATCH] Remove cdio_malloc(). Please use calloc instead. --- include/cdio/util.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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);