diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h index fc5e8d874..2fc0cc7e0 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -167,7 +167,8 @@ struct suffix_mult { int mult; }; -extern unsigned long parse_number(const char *numstr, struct suffix_mult *suffixes); +extern unsigned long parse_number(const char *numstr, + const struct suffix_mult *suffixes); /* These parse entries in /etc/passwd and /etc/group. This is desirable |