From: adrian <> Date: Fri, 25 Oct 2002 07:25:26 +0000 (+0000) Subject: malloc_statistics() also needs to be defined with SQUIDCEXTERN! X-Git-Tag: SQUID_3_0_PRE1~569 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e798b832ca313f9906a581e687e09f16fe01124;p=thirdparty%2Fsquid.git malloc_statistics() also needs to be defined with SQUIDCEXTERN! --- diff --git a/include/util.h b/include/util.h index 03cdfc0b00..c636ae829a 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,5 @@ /* - * $Id: util.h,v 1.64 2002/10/13 20:34:51 robertc Exp $ + * $Id: util.h,v 1.65 2002/10/25 01:25:26 adrian Exp $ * * AUTHOR: Harvest Derived * @@ -92,7 +92,7 @@ SQUIDCEXTERN void rfc1738_unescape(char *); SQUIDCEXTERN char *html_quote(const char *); #if XMALLOC_STATISTICS -extern void malloc_statistics(void (*)(int, int, int, void *), void *); +SQUIDCEXTERN void malloc_statistics(void (*)(int, int, int, void *), void *); #endif #if XMALLOC_TRACE