aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_pos.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_pos.c')
-rw-r--r--cmd/cmd_pos.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/cmd_pos.c b/cmd/cmd_pos.c
index 272ba3f..05264d4 100644
--- a/cmd/cmd_pos.c
+++ b/cmd/cmd_pos.c
@@ -22,4 +22,10 @@ int c_pos( cmd_arg_t *arg )
printf("POS %d\n",fret);
return 0;
+}
+
+int h_pos( cmd_arg_t *arg )
+{
+ printf(" - get position in file");
+ return 0;
} \ No newline at end of file