diff options
Diffstat (limited to 'ihe.c')
-rw-r--r-- | ihe.c | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -415,24 +415,24 @@ cmd_table_t tab[] = { {"help", c_help, NULL, NULL, NULL}, {"?", c_help, NULL, NULL, NULL}, {"open", c_open, h_open, NULL, NULL}, - {"close", c_close, NULL, NULL, NULL}, - {"info", c_info, NULL, NULL, NULL}, - {"seek", c_seek, NULL, NULL, NULL}, - {"pos", c_pos, NULL, NULL, NULL}, - {"size", c_size, NULL, NULL, NULL}, - {"blk", c_blk, NULL, NULL, NULL}, - {"read", c_read, NULL, NULL, NULL}, - {"dump", c_dump, NULL, NULL, NULL}, - {"dumpx", c_dumpx, NULL, NULL, NULL}, - {"dumps", c_dumps, NULL, NULL, NULL}, - {"write", c_write, NULL, NULL, NULL}, - {"writes", c_writes, NULL, NULL, NULL}, - {"resize", c_resize, NULL, NULL, NULL}, - {"flags", c_flags, NULL, NULL, NULL}, + {"close", c_close, h_close, NULL, NULL}, + {"info", c_info, h_info, NULL, NULL}, + {"seek", c_seek, h_seek, NULL, NULL}, + {"pos", c_pos, h_pos, NULL, NULL}, + {"size", c_size, h_size, NULL, NULL}, + {"blk", c_blk, h_blk, NULL, NULL}, + {"read", c_read, h_read, NULL, NULL}, + {"dump", c_dump, h_dump, NULL, NULL}, + {"dumpx", c_dumpx, h_dumpx, NULL, NULL}, + {"dumps", c_dumps, h_dumps, NULL, NULL}, + {"write", c_write, h_write, NULL, NULL}, + {"writes", c_writes, h_writes, NULL, NULL}, + {"resize", c_resize, h_resize, NULL, NULL}, + {"flags", c_flags, h_flags, NULL, NULL}, {"manifesto", c_manifesto, NULL, NULL, NULL}, - {"ls", c_ls, NULL, NULL, NULL}, - {"pwd", c_pwd, NULL, NULL, NULL}, - {"cd", c_cd, NULL, NULL, NULL}, + {"ls", c_ls, h_ls, NULL, NULL}, + {"pwd", c_pwd, h_pwd, NULL, NULL}, + {"cd", c_cd, h_cd, NULL, NULL}, //{"create", c_create}, //{"th", c_th}, //{"tw", c_tw}, |