aboutsummaryrefslogtreecommitdiff
path: root/cmd/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/hash.c')
-rw-r--r--cmd/hash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/hash.c b/cmd/hash.c
index dff943a..e163cd6 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;