From: wessels <> Date: Wed, 26 Aug 1998 01:19:05 +0000 (+0000) Subject: added hoHtcpReply X-Git-Tag: SQUID_3_0_PRE1~2792 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff6c30e82584a8a4cbeb15db2f0b17f7ac20b53d;p=thirdparty%2Fsquid.git added hoHtcpReply --- diff --git a/src/enums.h b/src/enums.h index 27afb035a3..d2fbd09a45 100644 --- a/src/enums.h +++ b/src/enums.h @@ -1,6 +1,6 @@ /* - * $Id: enums.h,v 1.123 1998/08/25 04:11:36 wessels Exp $ + * $Id: enums.h,v 1.124 1998/08/25 19:19:05 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -263,6 +263,9 @@ typedef enum { /* possible owners of http header */ typedef enum { hoNone, +#if USE_HTCP + hoHtcpReply, +#endif hoRequest, hoReply } http_hdr_owner_type;