aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index aeb74d5..f9364b8 100644
--- a/config.h
+++ b/config.h
@@ -32,6 +32,7 @@
/* config */
extern unsigned short port;
extern char *tmpl_path, *root, *subdir;
+extern int magic_enable, period;
int config_load(const char *conf_path);