From 405e2321a8ebde4076c675535afc429c23cb9b9a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 7 Jan 2003 23:15:23 +0000 Subject: [project @ 2003-01-07 23:15:23 by bursa] Clean up many compiler warnings. svn path=/import/netsurf/; revision=88 --- utils/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/utils.h b/utils/utils.h index cec81ef4e..c7c608cf2 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -1,5 +1,5 @@ /** - * $Id: utils.h,v 1.3 2002/08/11 23:04:02 bursa Exp $ + * $Id: utils.h,v 1.4 2003/01/07 23:15:23 bursa Exp $ */ #ifndef _NETSURF_RENDER_UTILS_H_ @@ -12,6 +12,7 @@ char * strip(char * const s); int whitespace(const char * str); void * xcalloc(const size_t n, const size_t size); void * xrealloc(void * p, const size_t size); +void xfree(void* p); char * xstrdup(const char * const s); char * load(const char * const path); char * squash_whitespace(const char * s); -- cgit v1.2.3