summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 55270bd..6fc41b2 100644
--- a/src/main.h
+++ b/src/main.h
@@ -96,6 +96,12 @@ struct config_s {
* Store the list of port allowed by CONNECT.
*/
vector_t connect_ports;
+
+ /*
+ * Map of headers which should be let through when the
+ * anonymous feature is turned on.
+ */
+ hashmap_t anonymous_map;
};
/* Global Structures used in the program */