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