From f900298d7932af7930da362b0d5b92fef5545b01 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 9 Sep 2017 22:05:10 -0500 Subject: Last commit used xstrtod(), forgot to check it in. --- lib/lib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/lib.h') diff --git a/lib/lib.h b/lib/lib.h index 9325a89b..a9a92fd9 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -168,6 +168,7 @@ unsigned xgetuid(char *name); unsigned xgetgid(char *name); void xsetuser(struct passwd *pwd); char *xreadlink(char *name); +double xstrtod(char *s); long xparsetime(char *arg, long units, long *fraction); void xpidfile(char *name); void xregcomp(regex_t *preg, char *rexec, int cflags); -- cgit v1.2.3