Support relative conf-path

This commit is contained in:
Nick Peng
2019-03-01 00:35:45 +08:00
parent ef3a2196a0
commit c62ea93ba6
3 changed files with 23 additions and 1 deletions

View File

@@ -118,4 +118,6 @@ int load_conf(const char *file, struct config_item items[], conf_error_handler h
void load_exit(void);
const char *conf_get_conf_file(void);
#endif // !_GENERIC_CONF_H