diff options
Diffstat (limited to 'shared/config-parser.h')
-rw-r--r-- | shared/config-parser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/config-parser.h b/shared/config-parser.h index 1d0ee3fc..b4347d72 100644 --- a/shared/config-parser.h +++ b/shared/config-parser.h @@ -48,12 +48,12 @@ struct config_section { }; int -parse_config_file(const char *path, +parse_config_file(int config_fd, const struct config_section *sections, int num_sections, void *data); -char * -config_file_path(const char *name); +int +open_config_file(const char *name); enum weston_option_type { WESTON_OPTION_INTEGER, |