chiark / gitweb /
basic/set: remove some spurious spaces
[elogind.git] / src / basic / parse-util.h
index 250f887f4227d34a83ee11fcdcffe6202ee8f412..e9e270904e77ce2aa2d3d0ea6271842cc3785f6f 100644 (file)
@@ -107,3 +107,6 @@ 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_unbounded(const char *p);
+int parse_percent(const char *p);