aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/print_help.h
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-26 10:20:13 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-26 10:20:13 +0800
commit3929e9de0e69666b37df87347d5ce15663e81347 (patch)
treeb2701c439c0260840ce1c68beaebf7de1178cc53 /src/print_help.h
parent793e1afa084982dac92c4fe19e50c25e326a79c2 (diff)
parentf4d1657c22c81a7720a91026f915b80d2d6aa6e8 (diff)
Merge branch 'master' into iwyu
Diffstat (limited to 'src/print_help.h')
-rw-r--r--src/print_help.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/print_help.h b/src/print_help.h
new file mode 100644
index 00000000..005800b1
--- /dev/null
+++ b/src/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(const char *cmd, int fd);
+
+#endif