X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fjournald-syslog.h;fp=src%2Fjournal%2Fjournald-syslog.h;h=fa9de1a951c46c3330ca14d4cdf1658bba60f3ae;hb=e88baee88fad8bc59d33b55a7a2d640ef9e16cd6;hp=e009ab7e721b4570626826a3e3efa7a60c2aa4ff;hpb=1b4bb4fdac4dce4e658aa3743153d77c04d1a331;p=elogind.git diff --git a/src/journal/journald-syslog.h b/src/journal/journald-syslog.h index e009ab7e7..fa9de1a95 100644 --- a/src/journal/journald-syslog.h +++ b/src/journal/journald-syslog.h @@ -26,7 +26,7 @@ int syslog_fixup_facility(int priority); void syslog_parse_priority(char **p, int *priority); -void syslog_parse_identifier(const char **buf, char **identifier, char **pid); +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);