X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=string.h;fp=string.h;h=d9751784c8492dfa67670425c72c40db1e08846f;hp=ebf3b17903565dfeff7742fba9a0ef0f0f50b364;hb=9ca6c5e46bfbfeb6341a54703a21e25c15ef0f7e;hpb=b01ff57775258c8df4c486b0962fc67cfdfef439 diff --git a/string.h b/string.h index ebf3b17..d975178 100644 --- a/string.h +++ b/string.h @@ -12,3 +12,5 @@ __must_check __malloc void *adu_calloc(size_t size); __must_check __malloc char *adu_strdup(const char *s); __must_check __malloc __printf_1_2 char *make_message(const char *fmt, ...); __must_check int atoi64(const char *str, int64_t *result); +int parse_uid_range(const char *orig_arg, struct uid_range *ur); +