aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_dump.c')
-rw-r--r--cmd/cmd_dump.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/cmd_dump.c b/cmd/cmd_dump.c
index a11a2d0..bf2e5d1 100644
--- a/cmd/cmd_dump.c
+++ b/cmd/cmd_dump.c
@@ -25,4 +25,10 @@ int c_dump( cmd_arg_t *arg )
printf("\n");
return 0;
+}
+
+int h_dump( cmd_arg_t *arg )
+{
+ printf(" - dump data as hex string");
+ return 0;
} \ No newline at end of file