]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
malloc_statistics() also needs to be defined with SQUIDCEXTERN!
authoradrian <>
Fri, 25 Oct 2002 07:25:26 +0000 (07:25 +0000)
committeradrian <>
Fri, 25 Oct 2002 07:25:26 +0000 (07:25 +0000)
include/util.h

index 03cdfc0b009f60136d025948742d098fa61672d7..c636ae829a083002ffabf8d737fdd5f320df26ac 100644 (file)
@@ -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