chiark / gitweb /
job: fix deserialization of jobs: do not ignore ordering
[elogind.git] / src / util.h
index cc63dd1a8302f7cc15749cf81c12753aa602f97d..ff38b358047b3ae811320f3799baf399abd06f21 100644 (file)
@@ -394,6 +394,8 @@ bool nulstr_contains(const char*nulstr, const char *needle);
 
 bool plymouth_running(void);
 
+void parse_syslog_priority(char **p, int *priority);
+
 #define NULSTR_FOREACH(i, l)                                    \
         for ((i) = (l); (i) && *(i); (i) = strchr((i), 0)+1)