aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_seek.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_seek.c')
-rw-r--r--cmd/cmd_seek.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/cmd_seek.c b/cmd/cmd_seek.c
index fd3dcf5..7516811 100644
--- a/cmd/cmd_seek.c
+++ b/cmd/cmd_seek.c
@@ -58,4 +58,10 @@ int c_seek( cmd_arg_t *arg )
}
return 0;
+}
+
+int h_seek( cmd_arg_t *arg )
+{
+ printf("[POS] - move to differnt file offset");
+ return 0;
} \ No newline at end of file