aboutsummaryrefslogtreecommitdiffhomepage
path: root/print_help.h
diff options
context:
space:
mode:
Diffstat (limited to 'print_help.h')
-rw-r--r--print_help.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/print_help.h b/print_help.h
new file mode 100644
index 00000000..570b43a6
--- /dev/null
+++ b/print_help.h
@@ -0,0 +1,15 @@
+
+/** \file print_help.h
+ Print help message for the specified command
+*/
+
+#ifndef FISH_PRINT_HELP_H
+#define FISH_PRINT_HELP_H
+
+/**
+ Print help message for the specified command
+*/
+
+void print_help( char *cmd, int fd );
+
+#endif