aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_dumpx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_dumpx.c')
-rw-r--r--cmd/cmd_dumpx.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/cmd_dumpx.c b/cmd/cmd_dumpx.c
index d6228fd..3e6cdf1 100644
--- a/cmd/cmd_dumpx.c
+++ b/cmd/cmd_dumpx.c
@@ -52,4 +52,9 @@ int c_dumpx( cmd_arg_t *arg )
printf("\n");
return 0;
+}
+int h_dumpx( cmd_arg_t *arg )
+{
+ printf(" - dump as formated hex dump");
+ return 0;
} \ No newline at end of file