aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-09-09 22:05:10 -0500
committerRob Landley <rob@landley.net>2017-09-09 22:05:10 -0500
commitf900298d7932af7930da362b0d5b92fef5545b01 (patch)
tree0db170282fe687744639e98eb23f492e3ab4f69c /lib/lib.h
parent7f2b0ceabdf5121bb2f502e93e1ed6c738493d51 (diff)
downloadtoybox-f900298d7932af7930da362b0d5b92fef5545b01.tar.gz
Last commit used xstrtod(), forgot to check it in.
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h1
1 files changed, 1 insertions, 0 deletions
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);