summaryrefslogtreecommitdiff
path: root/cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds.h')
-rw-r--r--cmds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds.h b/cmds.h
index c762a2c3..c0c8aa56 100644
--- a/cmds.h
+++ b/cmds.h
@@ -25,4 +25,7 @@ int cmd_device_remove(int argc, char *argv[]);
int cmd_fsck(int argc, char *argv[]);
+int cmd_dump(int argc, char *argv[]);
+int cmd_list(int argc, char *argv[]);
+
#endif /* _CMDS_H */