Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwpl.git;a=commitdiff;h=80262b505d320bdc2247811f2035e1655665d04c
commit 80262b505d320bdc2247811f2035e1655665d04c Author: James Buren <[email protected]> Date: Mon Sep 21 15:29:32 2009 -0500 utility.h * add xrealloc prototype diff --git a/src/utility.h b/src/utility.h index 755b5a3..4bf0d33 100644 --- a/src/utility.h +++ b/src/utility.h @@ -8,6 +8,7 @@ //[cf] //[of]:prototypes extern void *xmalloc(size_t); +extern void *xrealloc(void *,size_t); extern char *xstrdup(const char *); extern int eprintf(const char *,...); //[cf] _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
