]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add extern
authorwessels <>
Thu, 16 Jul 1998 02:35:48 +0000 (02:35 +0000)
committerwessels <>
Thu, 16 Jul 1998 02:35:48 +0000 (02:35 +0000)
include/util.h

index 489be79f59dca6600da50a0873a98574eadfb8e3..46b2048241015e77fc2339640802cdd0d2e1a9b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: util.h,v 1.48 1998/03/23 19:54:56 wessels Exp $
+ * $Id: util.h,v 1.49 1998/07/15 20:35:48 wessels Exp $
  *
  * AUTHOR: Harvest Derived
  *
@@ -153,10 +153,10 @@ extern void xxfree(void *);
 
 /* rfc1738.c */
 extern char *rfc1738_escape(const char *);
-void rfc1738_unescape(char *);
+extern void rfc1738_unescape(char *);
 
 #if XMALLOC_STATISTICS
-void malloc_statistics(void (*)(int, int, void *), void *);
+extern void malloc_statistics(void (*)(int, int, void *), void *);
 #endif
 
 #if XMALLOC_TRACE