diff options
Diffstat (limited to 'src/shared/conf-parser.h')
-rw-r--r-- | src/shared/conf-parser.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/shared/conf-parser.h b/src/shared/conf-parser.h index e1765f5874..e5aeeac687 100644 --- a/src/shared/conf-parser.h +++ b/src/shared/conf-parser.h @@ -93,15 +93,13 @@ int config_parse( void *userdata, struct stat *ret_stat); /* possibly NULL */ -int config_parse_many_nulstr( - const char *conf_file, /* possibly NULL */ - const char *conf_file_dirs, /* nulstr */ +int config_parse_config_file( + const char *conf_file, const char *sections, /* nulstr */ ConfigItemLookup lookup, const void *table, ConfigParseFlags flags, - void *userdata, - Hashmap **ret_stats_by_path); /* possibly NULL */ + void *userdata); int config_parse_many( const char* const* conf_files, /* possibly empty */ |