Alloc passing the path to the configuration file as an argument (#134)

Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
This commit is contained in:
Roosemberth Palacios
2019-10-31 13:54:45 +01:00
committed by nullgemm
parent f650e82f93
commit 31e1ba84af
3 changed files with 18 additions and 6 deletions

View File

@@ -101,7 +101,7 @@ extern struct config config;
void config_handle_str(void* data, char** pars, const int pars_count);
void lang_load();
void config_load();
void config_load(const char *cfg_path);
void lang_defaults();
void config_defaults();
void lang_free();