From 8e798b832ca313f9906a581e687e09f16fe01124 Mon Sep 17 00:00:00 2001 From: adrian <> Date: Fri, 25 Oct 2002 07:25:26 +0000 Subject: [PATCH] malloc_statistics() also needs to be defined with SQUIDCEXTERN! --- include/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3