chiark / gitweb /
journald: constify all things!
[elogind.git] / src / journal / journald-console.h
index aa8e6579bacc57d4572309685b000b3a171d69d2..d8af2267e119fc7cd8364a52a91949da982e6577 100644 (file)
@@ -23,4 +23,4 @@
 
 #include "journald-server.h"
 
-void server_forward_console(Server *s, int priority, const char *identifier, const char *message, struct ucred *ucred);
+void server_forward_console(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred);