]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/structs.h
Bug #1057: New options to refresh-pattern configuration
[thirdparty/squid.git] / src / structs.h
index 2ac1adf719710d52c608d32923b3f1c74db724b0..ecf496397c1067217b79ee7527c993b42dc760b3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: structs.h,v 1.493 2004/10/18 12:20:10 hno Exp $
+ * $Id: structs.h,v 1.494 2004/11/06 22:20:48 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -1516,6 +1516,18 @@ unsigned int reload_into_ims:
 
 unsigned int ignore_reload:
         1;
+
+unsigned int ignore_no_cache:
+        1;
+
+unsigned int ignore_no_store:
+        1;
+
+unsigned int ignore_private:
+        1;
+
+unsigned int ignore_auth:
+        1;
 #endif
 
     }