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