]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add global symbols and prototypes for XMALLOC_DEBUG'ing
authorwessels <>
Fri, 13 Mar 1998 12:46:01 +0000 (12:46 +0000)
committerwessels <>
Fri, 13 Mar 1998 12:46:01 +0000 (12:46 +0000)
include/util.h

index 87762b0571c0b085bb2c39e96a36c078df6afd05..dbef5e9898b067b162e80252592a8b96aa81955e 100644 (file)
@@ -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;