X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fjournald-syslog.h;h=3774ebdf0562f1d773c880ea84251bc6b9a692df;hb=c4f1aff2306e4fb10efeda75f7015e5d043d4e8d;hp=25f89883f4a125a21ae8599a79d15c385063c36b;hpb=3b3154df7e2773332bb814e167187367a0ccae4a;p=elogind.git diff --git a/src/journal/journald-syslog.h b/src/journal/journald-syslog.h index 25f89883f..3774ebdf0 100644 --- a/src/journal/journald-syslog.h +++ b/src/journal/journald-syslog.h @@ -25,7 +25,6 @@ int syslog_fixup_facility(int priority) _const_; -void syslog_parse_priority(const char **p, int *priority, bool with_facility); size_t syslog_parse_identifier(const char **buf, char **identifier, char **pid); void server_forward_syslog(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred, const struct timeval *tv);