aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_read.c')
-rw-r--r--cmd/cmd_read.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/cmd/cmd_read.c b/cmd/cmd_read.c
index 1a4aa89..68dab14 100644
--- a/cmd/cmd_read.c
+++ b/cmd/cmd_read.c
@@ -25,4 +25,10 @@ int c_read( cmd_arg_t *arg )
}
return 0;
-} \ No newline at end of file
+}
+
+int h_read( cmd_arg_t *arg )
+{
+ printf(" - read data from file");
+ return 0;
+}