chiark / gitweb /
journald: splitt of syslog protocol support into its own file
[elogind.git] / src / journal / journald.h
index b73be0ab35d0727dd4accf8632a2550a2c309417..c2921164480590a0067606c5666c4d8b869d857e 100644 (file)
@@ -119,5 +119,4 @@ int config_parse_storage(const char *filename, unsigned line, const char *sectio
 const char *storage_to_string(Storage s);
 Storage storage_from_string(const char *s);
 
-int syslog_fixup_facility(int priority);
-void syslog_read_identifier(const char **buf, char **identifier, char **pid);
+void server_forward_console(Server *s, int priority, const char *identifier, const char *message, struct ucred *ucred);