chiark / gitweb /
systemadm; fix alignment of labels
[elogind.git] / conf-parser.h
index 33ceed8b3fe38e9a15bfd8a5c88454aa2281ece0..bea2a8e9be457f5cb1039bcee0eb301bb2abcf9c 100644 (file)
@@ -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