chiark / gitweb /
Prep v232: Mask new functions that are unneeded by elogind
[elogind.git] / src / basic / parse-util.h
index 2bcbadecfa2c4cab4492dc376044b960de800f6d..23b1937430a60d91293550a51ffeac1d2e127e6f 100644 (file)
@@ -111,4 +111,6 @@ int parse_fractional_part_u(const char **s, size_t digits, unsigned *res);
 int parse_percent_unbounded(const char *p);
 int parse_percent(const char *p);
 
+#if 0 /// UNNEEDED by elogind
 int parse_nice(const char *p, int *ret);
+#endif // 0