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, 1 insertions, 1 deletions
diff --git a/src/cfg.h b/src/cfg.h
index 0d45bbd..75678da 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -26,6 +26,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;
+extern struct og_server_cfg ogconfig;
#endif