aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_close.c')
-rw-r--r--cmd/cmd_close.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/cmd_close.c b/cmd/cmd_close.c
index a789cd0..d5a03b3 100644
--- a/cmd/cmd_close.c
+++ b/cmd/cmd_close.c
@@ -30,4 +30,10 @@ int c_close( cmd_arg_t *arg )
}
return 0;
+}
+
+int h_close( cmd_arg_t *arg )
+{
+ printf(" - close current file");
+ return 0;
} \ No newline at end of file