From: wessels <> Date: Tue, 24 Mar 1998 02:54:56 +0000 (+0000) Subject: type problem X-Git-Tag: SQUID_3_0_PRE1~3765 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e76fc3b6a9c642534d2ca9930005bd08b83f47a8;p=thirdparty%2Fsquid.git type problem --- diff --git a/include/util.h b/include/util.h index 552dd86d11..489be79f59 100644 --- a/include/util.h +++ b/include/util.h @@ -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