X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fjournal%2Fjournald-syslog.h;h=8ccdb77a0928b0c07c59a7940ad971d86ffe361d;hp=7ff215b5242fb7ec807c6e08a1c27282992bcacf;hb=fbb634117d0b0ebd5b105e65b141e75ae9af7f8f;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/src/journal/journald-syslog.h b/src/journal/journald-syslog.h index 7ff215b52..8ccdb77a0 100644 --- a/src/journal/journald-syslog.h +++ b/src/journal/journald-syslog.h @@ -23,9 +23,9 @@ #include "journald-server.h" -int syslog_fixup_facility(int priority); +int syslog_fixup_facility(int priority) _const_; -void syslog_parse_priority(char **p, int *priority); +void syslog_parse_priority(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, struct ucred *ucred, struct timeval *tv);