chiark / gitweb /
terminal-util: remove unnecessary check of result of isatty() (#4000)
[elogind.git] / src / basic / parse-util.h
index 1f420c050b9906ba137b440a986be3b405facb11..2bcbadecfa2c4cab4492dc376044b960de800f6d 100644 (file)
@@ -108,4 +108,7 @@ int safe_atod(const char *s, double *ret_d);
 
 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);
+
+int parse_nice(const char *p, int *ret);