From 24ac0179617e43ab517141fe5497f4ebac108678 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Mon, 18 Dec 2000 21:38:57 +0000 Subject: Rewrote dd. --- include/busybox.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/busybox.h b/include/busybox.h index 5ff3975b9..442352537 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -190,6 +190,13 @@ extern char *xstrdup (const char *s); #endif extern char *xstrndup (const char *s, int n); +struct suffix_mult { + char *suffix; + int mult; +}; + +extern unsigned long parse_number(const char *numstr, struct suffix_mult *suffixes); + /* These parse entries in /etc/passwd and /etc/group. This is desirable * for BusyBox since we want to avoid using the glibc NSS stuff, which -- cgit v1.2.3