summaryrefslogtreecommitdiff
path: root/conf-parser.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-21 22:15:06 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-21 22:15:06 +0200
commit15ae422b7471cf6f41ccf450243d8afd8ea0a054 (patch)
tree4d44b599571defe496890db757dfe987942594bd /conf-parser.h
parent020379a7f7d2cca3ab37942db3d67d06c45083fe (diff)
execute: support basic filesystem namespacing
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