chiark / gitweb /
conf-parser: fix remaining parser functions according to new prototype
authorLennart Poettering <lennart@poettering.net>
Mon, 28 Mar 2011 21:04:30 +0000 (23:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 28 Mar 2011 21:04:30 +0000 (23:04 +0200)
src/main.c
src/systemctl.c

index b7c24004030ae319cf15aef87733f68c6159fb58..8d27eb426692afa500d59b5b1b6a0ca5cdd0d707 100644 (file)
@@ -373,6 +373,7 @@ static int config_parse_level(
                 unsigned line,
                 const char *section,
                 const char *lvalue,
+                int ltype,
                 const char *rvalue,
                 void *data,
                 void *userdata) {
@@ -390,6 +391,7 @@ static int config_parse_target(
                 unsigned line,
                 const char *section,
                 const char *lvalue,
+                int ltype,
                 const char *rvalue,
                 void *data,
                 void *userdata) {
@@ -407,6 +409,7 @@ static int config_parse_color(
                 unsigned line,
                 const char *section,
                 const char *lvalue,
+                int ltype,
                 const char *rvalue,
                 void *data,
                 void *userdata) {
@@ -424,6 +427,7 @@ static int config_parse_location(
                 unsigned line,
                 const char *section,
                 const char *lvalue,
+                int ltype,
                 const char *rvalue,
                 void *data,
                 void *userdata) {
@@ -441,6 +445,7 @@ static int config_parse_cpu_affinity(
                 unsigned line,
                 const char *section,
                 const char *lvalue,
+                int ltype,
                 const char *rvalue,
                 void *data,
                 void *userdata) {
index 4879b29d163a6dc31aa726daefd95b42dc9b101b..599894ef20f69f278d44f6090ec66d169f7268af 100644 (file)
@@ -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) {