aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_flags.c')
-rw-r--r--cmd/cmd_flags.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/cmd_flags.c b/cmd/cmd_flags.c
index 0c4a8bd..03f6b81 100644
--- a/cmd/cmd_flags.c
+++ b/cmd/cmd_flags.c
@@ -41,4 +41,10 @@ int c_flags( cmd_arg_t *arg )
}
return 0;
+}
+
+int h_flags( cmd_arg_t *arg )
+{
+ printf(" - show current file flags");
+ return 0;
} \ No newline at end of file