From a164c647acc613fe199a646dc5075c097f51a4a4 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Mon, 5 Feb 2001 17:50:03 +0000 Subject: Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. --- include/busybox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3