command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / lib / hashtable.c
index f82f2463cf23a640082c78b6b54bf8069f8b03d5..e3be563565174fadb1fb434d56ca50e6cce17195 100644 (file)
@@ -605,7 +605,7 @@ static int match_entry(struct env_entry *ep, int flag, int argc,
 
 ssize_t hexport_r(struct hsearch_data *htab, const char sep, int flag,
                 char **resp, size_t size,
-                int argc, char * const argv[])
+                int argc, char *const argv[])
 {
        struct env_entry *list[htab->size];
        char *res, *p;