From: wessels <> Date: Tue, 2 Apr 1996 01:20:46 +0000 (+0000) Subject: adding http.h gopher.h wais.c objcache.h X-Git-Tag: SQUID_3_0_PRE1~6318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bb451809f0dcaee2ce7f68c62ad75df3a80e4e4;p=thirdparty%2Fsquid.git adding http.h gopher.h wais.c objcache.h --- diff --git a/src/squid.h b/src/squid.h index f5b002b5f1..a67fe21900 100644 --- a/src/squid.h +++ b/src/squid.h @@ -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 */