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=057ea79def6a4127bb311a99a3a27ad79043e8d0;hp=8ccdb77a0928b0c07c59a7940ad971d86ffe361d;hb=e3bfb7be07d9b1f4ebb12eb22c4c8bcd2a988d51;hpb=90d14d2015dda79c7b465b74dd3aaf2dfc25d43c diff --git a/src/journal/journald-syslog.h b/src/journal/journald-syslog.h index 8ccdb77a0..057ea79de 100644 --- a/src/journal/journald-syslog.h +++ b/src/journal/journald-syslog.h @@ -25,7 +25,7 @@ int syslog_fixup_facility(int priority) _const_; -void syslog_parse_priority(char **p, int *priority, bool with_facility); +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, struct ucred *ucred, struct timeval *tv);