]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add prototype
authorwessels <>
Sun, 1 Dec 1996 14:42:34 +0000 (14:42 +0000)
committerwessels <>
Sun, 1 Dec 1996 14:42:34 +0000 (14:42 +0000)
include/util.h

index 49e4288ce733be237eb0cd761ce4469e62f33fbd..2cf1c85775e9d67add82a59f45eeace5b108d629 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: util.h,v 1.27 1996/11/14 19:02:10 wessels Exp $
+ * $Id: util.h,v 1.28 1996/12/01 07:42:34 wessels Exp $
  *
  * AUTHOR: Harvest Derived
  *
@@ -144,6 +144,9 @@ extern void xfree _PARAMS((void *));
 extern void xmemcpy _PARAMS((void *, void *, int));
 extern void xxfree _PARAMS((void *));
 
+/* rfc1738.c */
+extern char *rfc1738_escape _PARAMS((const char *));
+
 #if XMALLOC_STATISTICS
 void malloc_statistics _PARAMS((void (*)_PARAMS((int, int, void *)), void *));
 #endif