chiark / gitweb /
Prep v228: Substitute declaration masks (3/4)
[elogind.git] / src / basic / syslog-util.h
index 74912afca42b5c397724a9c97efa20f1db2bdfe1..15aa83ef18e85b282a2f17a286e3d02f98c09dee 100644 (file)
 
 int log_facility_unshifted_to_string_alloc(int i, char **s);
 int log_facility_unshifted_from_string(const char *s);
-// UNNEEDED bool log_facility_unshifted_is_valid(int faciliy);
+/// UNNEEDED by elogind
+#if 0
+bool log_facility_unshifted_is_valid(int faciliy);
+#endif // 0
 
 int log_level_to_string_alloc(int i, char **s);
 int log_level_from_string(const char *s);
-// UNNEEDED bool log_level_is_valid(int level);
+/// UNNEEDED by elogind
+#if 0
+bool log_level_is_valid(int level);
 
-// UNNEEDED int syslog_parse_priority(const char **p, int *priority, bool with_facility);
+int syslog_parse_priority(const char **p, int *priority, bool with_facility);
+#endif // 0