diff options
Diffstat (limited to 'src/journal/journald-wall.h')
-rw-r--r-- | src/journal/journald-wall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journald-wall.h b/src/journal/journald-wall.h index 93c3cec1d2..45c52854a0 100644 --- a/src/journal/journald-wall.h +++ b/src/journal/journald-wall.h @@ -23,4 +23,4 @@ #include "journald-server.h" -void server_forward_wall(Server *s, int priority, const char *identifier, const char *message, struct ucred *ucred); +void server_forward_wall(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred); |