summaryrefslogtreecommitdiff
path: root/conf-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'conf-parser.h')
-rw-r--r--conf-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf-parser.h b/conf-parser.h
index 33ceed8b3f..bea2a8e9be 100644
--- a/conf-parser.h
+++ b/conf-parser.h
@@ -50,5 +50,6 @@ int config_parse_bool(const char *filename, unsigned line, const char *section,
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);
+int config_parse_path_strv(const char *filename, unsigned line, const char *section, const char *lvalue, const char *rvalue, void *data, void *userdata);
#endif