chiark / gitweb /
Prep v232.2: Mask more unneeded functions
[elogind.git] / src / basic / parse-util.h
index e9e270904e77ce2aa2d3d0ea6271842cc3785f6f..23b1937430a60d91293550a51ffeac1d2e127e6f 100644 (file)
@@ -110,3 +110,7 @@ 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