]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/Options.h
Removed squid-old.h
[thirdparty/squid.git] / src / adaptation / icap / Options.h
index 4ecc5c846b653f33a121e40b3cfbdc96d8a6ccae..641b3a6715c9279dc2c24487dd0acb5ebd156f26 100644 (file)
 #ifndef SQUID_ICAPOPTIONS_H
 #define SQUID_ICAPOPTIONS_H
 
-#include "squid.h"
 #include "adaptation/icap/ServiceRep.h"
 
+class HttpHeader;
 class wordlist;
 
-namespace Adaptation {
-namespace Icap {
+namespace Adaptation
+{
+namespace Icap
+{
 
 /* Maintains options supported by a given ICAP service.
  * See RFC 3507, Section "4.10.2 OPTIONS Response". */
@@ -79,6 +81,7 @@ public:
     String serviceId;
     int max_connections;
     bool allow204;
+    bool allow206;
     int preview;
 
 protected: