]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
adding http.h gopher.h wais.c objcache.h
authorwessels <>
Tue, 2 Apr 1996 01:20:46 +0000 (01:20 +0000)
committerwessels <>
Tue, 2 Apr 1996 01:20:46 +0000 (01:20 +0000)
src/squid.h

index f5b002b5f1704e7add688e12946bf28eeb15ca62..a67fe21900db2b8013734bd8acd206d607e6dfae 100644 (file)
@@ -1,5 +1,5 @@
 
-/* $Id: squid.h,v 1.7 1996/03/30 00:09:05 wessels Exp $ */
+/* $Id: squid.h,v 1.8 1996/04/01 18:20:46 wessels Exp $ */
 
 #include "config.h"
 #include "autoconf.h"
@@ -110,7 +110,11 @@ typedef unsigned long u_num32;
 #include "ttl.h"
 #include "url.h"
 #include "storetoString.h"
+#include "http.h"
 #include "ftp.h"
+#include "gopher.h"
+#include "wais.h"
+#include "objcache.h"
 #include "util.h"
 
 extern time_t cached_starttime;        /* main.c */