From: wessels <> Date: Fri, 13 Mar 1998 12:46:01 +0000 (+0000) Subject: add global symbols and prototypes for XMALLOC_DEBUG'ing X-Git-Tag: SQUID_3_0_PRE1~3847 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79420eee8daab66dfe6594ebf293a073b198ea21;p=thirdparty%2Fsquid.git add global symbols and prototypes for XMALLOC_DEBUG'ing --- diff --git a/include/util.h b/include/util.h index 87762b0571..dbef5e9898 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,5 @@ /* - * $Id: util.h,v 1.45 1998/03/11 22:18:42 rousskov Exp $ + * $Id: util.h,v 1.46 1998/03/13 05:46:01 wessels Exp $ * * AUTHOR: Harvest Derived * @@ -170,6 +170,8 @@ extern int xmalloc_line; extern char *xmalloc_file; extern char *xmalloc_func; extern int xmalloc_trace; +extern int xmalloc_total; +extern void xmalloc_find_leaks(void); #endif typedef struct in_addr SIA;