summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index bb7ea46..1091893 100644
--- a/src/main.h
+++ b/src/main.h
@@ -24,6 +24,7 @@
#include "common.h"
#include "hashmap.h"
+#include "vector.h"
/* Global variables for the main controls of the program */
#define MAXBUFFSIZE ((size_t)(1024 * 96)) /* Max size of buffer */
@@ -88,6 +89,8 @@ struct config_s {
* The HTML statistics page.
*/
char *statpage;
+
+ vector_t access_list;
};
/* Global Structures used in the program */