]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
lost rfc1738_unescape() somehow
authorwessels <>
Tue, 4 Nov 1997 03:05:10 +0000 (03:05 +0000)
committerwessels <>
Tue, 4 Nov 1997 03:05:10 +0000 (03:05 +0000)
include/util.h

index 13e9d0269921b5e4de57636317030238b679ee05..5313f40ec6ca386c2b21ea966843aa0325c3ef1d 100644 (file)
@@ -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 *);