summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-03 21:26:53 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-03 21:26:53 +0100
commit3af00fb85a26a1d812363fbf88c045311fd05376 (patch)
treec3ff78e112edd00e6f590dd6e9491ecec630a416 /src/shared/conf-parser.h
parent4d7213b2747ddd87002f970ccc60b1a9ab637136 (diff)
core: move config_parse_set_status() into load-fragment.c
Let's keep specific config parsers close to where they are needed. Only the really generic ones should be defined in conf-parser.[ch].
Diffstat (limited to 'src/shared/conf-parser.h')
-rw-r--r--src/shared/conf-parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/conf-parser.h b/src/shared/conf-parser.h
index 50e9270af3..b7f442926f 100644
--- a/src/shared/conf-parser.h
+++ b/src/shared/conf-parser.h
@@ -110,7 +110,6 @@ int config_parse_nsec(const char *unit, const char *filename, unsigned line, con
int config_parse_mode(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
int config_parse_log_facility(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
int config_parse_log_level(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
-int config_parse_set_status(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
int log_syntax_internal(const char *unit, int level,
const char *file, unsigned line, const char *func,