summaryrefslogtreecommitdiffstats
path: root/src/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg.h')
-rw-r--r--src/cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cfg.h b/src/cfg.h
index 6c7d221..c88a406 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -23,4 +23,6 @@ struct og_server_cfg {
int parse_json_config(const char *filename, struct og_server_cfg *cfg);
void from_json_to_legacy(struct og_server_cfg *cfg);
+extern struct og_server_cfg cfg;
+
#endif