aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 16e1ca5..b12f226 100644
--- a/config.h
+++ b/config.h
@@ -31,8 +31,7 @@
/* config */
extern unsigned short port;
-extern char *tmpl_path;
-extern char *root;
+extern char *tmpl_path, *root, *subdir;
int config_load(const char *conf_path);