diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-28 23:04:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-28 23:04:30 +0200 |
commit | 3731f1eaa8f9df60db469b665246a02d5e31d92b (patch) | |
tree | 96e1e6c49ae1ca6274c2f471269d9d9fda915bf3 /src/systemctl.c | |
parent | 03b4471dc37e5078d55b3dfa28a6c8793e24160b (diff) |
conf-parser: fix remaining parser functions according to new prototype
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index 4879b29d16..599894ef20 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -3609,6 +3609,7 @@ static int config_parse_also( unsigned line, const char *section, const char *lvalue, + int ltype, const char *rvalue, void *data, void *userdata) { |