summaryrefslogtreecommitdiffstats
path: root/src/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg.h')
-rw-r--r--src/cfg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cfg.h b/src/cfg.h
index cfb37bd..d489d5f 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -19,15 +19,6 @@ struct og_server_cfg {
};
int parse_json_config(const char *filename, struct og_server_cfg *cfg);
-
-extern char auth_token[4096];
-extern char usuario[4096];
-extern char pasguor[4096];
-extern char catalog[4096];
-extern char datasource[4096];
-extern char interface[4096];
-extern char api_token[4096];
-
void from_json_to_legacy(struct og_server_cfg *cfg);
#endif