aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_ls.c')
-rw-r--r--cmd/cmd_ls.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/cmd_ls.c b/cmd/cmd_ls.c
index a3c642e..7e92db6 100644
--- a/cmd/cmd_ls.c
+++ b/cmd/cmd_ls.c
@@ -38,4 +38,10 @@ int c_ls( cmd_arg_t *arg )
free( f_ls );
return 0;
+}
+
+int h_ls( cmd_arg_t *arg )
+{
+ printf(" - list files in current directory");
+ return 0;
} \ No newline at end of file