diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-08-22 03:24:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-08-22 03:24:46 +0200 |
commit | 5809560d858f45351856d6fe786a8117306dd0f2 (patch) | |
tree | b58179567529aba642753cd418c4d98c52dfecbf /src/shared/util.h | |
parent | 35e2e347d38cc2f8bd7c38a0d8a5129f5fbb0ab9 (diff) |
journal: move syslog specific calls out of util.c
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 2a151ae26d..19edf98355 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -419,10 +419,6 @@ bool nulstr_contains(const char*nulstr, const char *needle); bool plymouth_running(void); -void syslog_parse_priority(char **p, int *priority); -void syslog_skip_pid(char **buf); -void syslog_skip_date(char **buf); - bool hostname_is_valid(const char *s); char* hostname_cleanup(char *s); |