summaryrefslogtreecommitdiffhomepage
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index 085169d..e89806a 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -24,6 +24,7 @@
#include "hashmap.h"
#include "vector.h"
+#include "acl.h"
/*
* Stores a HTTP header created using the AddHeader directive.
@@ -93,7 +94,7 @@ struct config_s {
*/
char *statpage;
- vector_t access_list;
+ acl_list_t access_list;
/*
* Store the list of port allowed by CONNECT.