From: wessels <> Date: Sun, 1 Dec 1996 14:42:34 +0000 (+0000) Subject: add prototype X-Git-Tag: SQUID_3_0_PRE1~5364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f483f6db238ff2809a30cf4e5e05424ed500a09;p=thirdparty%2Fsquid.git add prototype --- diff --git a/include/util.h b/include/util.h index 49e4288ce7..2cf1c85775 100644 --- a/include/util.h +++ b/include/util.h @@ -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