command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / strings.c
index 41b166592609b02c9e03708ca57ad0469d7edf36..85fdc34f08fe893109e4fe26a28e7a532755721a 100644 (file)
@@ -12,7 +12,7 @@
 
 static char *start_addr, *last_addr;
 
-int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_strings(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        if (argc == 1)
                return CMD_RET_USAGE;