summaryrefslogtreecommitdiffhomepage
path: root/src/main.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-07 00:06:50 +0100
committerMichael Adam <obnox@samba.org>2009-12-07 00:22:53 +0100
commitd0a91c2f9bdc6cc98827584e60526098fd28d28b (patch)
treeb9e31cb453a2376885898e9f73f248a726d28dfc /src/main.h
parentfa073543c4705e92cc390adfb823b1dfa525c4d9 (diff)
Add the anonymous_map hasmap to the config struct.
Michael
Diffstat (limited to 'src/main.h')
-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 */