diff options
Diffstat (limited to 'conf-parser.h')
-rw-r--r-- | conf-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf-parser.h b/conf-parser.h index 25b77eb494..a8bed39dc5 100644 --- a/conf-parser.h +++ b/conf-parser.h @@ -29,6 +29,7 @@ int config_parse_unsigned(const char *filename, unsigned line, const char *secti int config_parse_size(const char *filename, unsigned line, const char *section, const char *lvalue, const char *rvalue, void *data, void *userdata); int config_parse_bool(const char *filename, unsigned line, const char *section, const char *lvalue, const char *rvalue, void *data, void *userdata); int config_parse_string(const char *filename, unsigned line, const char *section, const char *lvalue, const char *rvalue, void *data, void *userdata); +int config_parse_path(const char *filename, unsigned line, const char *section, const char *lvalue, const char *rvalue, void *data, void *userdata); int config_parse_strv(const char *filename, unsigned line, const char *section, const char *lvalue, const char *rvalue, void *data, void *userdata); #endif |