diff options
Diffstat (limited to 'cmd/hash.c')
-rw-r--r-- | cmd/hash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/hash.c b/cmd/hash.c index dff943ac9f..e163cd6774 100644 --- a/cmd/hash.c +++ b/cmd/hash.c @@ -14,7 +14,8 @@ #include <hash.h> #include <linux/ctype.h> -static int do_hash(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +static int do_hash(struct cmd_tbl *cmdtp, int flag, int argc, + char *const argv[]) { char *s; int flags = HASH_FLAG_ENV; |