]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
type problem
authorwessels <>
Tue, 24 Mar 1998 02:54:56 +0000 (02:54 +0000)
committerwessels <>
Tue, 24 Mar 1998 02:54:56 +0000 (02:54 +0000)
include/util.h

index 552dd86d116f17d58872324b3abb04f0d0cb33b8..489be79f59dca6600da50a0873a98574eadfb8e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: util.h,v 1.47 1998/03/17 05:07:35 wessels Exp $
+ * $Id: util.h,v 1.48 1998/03/23 19:54:56 wessels Exp $
  *
  * AUTHOR: Harvest Derived
  *
@@ -170,7 +170,7 @@ extern int xmalloc_line;
 extern char *xmalloc_file;
 extern char *xmalloc_func;
 extern int xmalloc_trace;
-extern int xmalloc_total;
+extern size_t xmalloc_total;
 extern void xmalloc_find_leaks(void);
 #endif