chiark / gitweb /
journald: constify all things!
[elogind.git] / src / journal / journald-wall.h
index 93c3cec1d24693c998ad4e510e9eb24568967225..45c52854a0c6f8c9fae78f8d80760ec74bf7b4ad 100644 (file)
@@ -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);