From: wessels <> Date: Tue, 4 Nov 1997 03:05:10 +0000 (+0000) Subject: lost rfc1738_unescape() somehow X-Git-Tag: SQUID_3_0_PRE1~4585 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40cc13fd716523726463da84199aea12d5f03f06;p=thirdparty%2Fsquid.git lost rfc1738_unescape() somehow --- diff --git a/include/util.h b/include/util.h index 13e9d02699..5313f40ec6 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,5 @@ /* - * $Id: util.h,v 1.33 1997/10/25 17:22:27 wessels Exp $ + * $Id: util.h,v 1.34 1997/11/03 20:05:10 wessels Exp $ * * AUTHOR: Harvest Derived * @@ -147,6 +147,7 @@ extern void xxfree(void *); /* rfc1738.c */ extern char *rfc1738_escape(const char *); +void rfc1738_unescape(char *); #if XMALLOC_STATISTICS void malloc_statistics(void (*)(int, int, void *), void *);