]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
added hoHtcpReply
authorwessels <>
Wed, 26 Aug 1998 01:19:05 +0000 (01:19 +0000)
committerwessels <>
Wed, 26 Aug 1998 01:19:05 +0000 (01:19 +0000)
src/enums.h

index 27afb035a38127fd3194408fd77085fac474fa58..d2fbd09a457365d4a943a5b12ebb3c9d5f164b07 100644 (file)
@@ -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;