chiark / gitweb /
journal: move syslog specific calls out of util.c
[elogind.git] / src / shared / util.h
index 2a151ae26d052b95ccd93bc3c08b5631ddd1b708..19edf98355d3f3c0913e1a41797bb0a19e59c8b7 100644 (file)
@@ -419,10 +419,6 @@ bool nulstr_contains(const char*nulstr, const char *needle);
 
 bool plymouth_running(void);
 
-void syslog_parse_priority(char **p, int *priority);
-void syslog_skip_pid(char **buf);
-void syslog_skip_date(char **buf);
-
 bool hostname_is_valid(const char *s);
 char* hostname_cleanup(char *s);