chiark / gitweb /
util: don't send SIGCONT following a SIGCONT or SIGKILL in kill_and_sigcont()
[elogind.git] / src / basic / parse-util.h
index 250f887f4227d34a83ee11fcdcffe6202ee8f412..1f420c050b9906ba137b440a986be3b405facb11 100644 (file)
@@ -107,3 +107,5 @@ static inline int safe_atozu(const char *s, size_t *ret_u) {
 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(const char *p);