aboutsummaryrefslogtreecommitdiff
path: root/src/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/help.h b/src/help.h
new file mode 100644
index 0000000..dca2f75
--- /dev/null
+++ b/src/help.h
@@ -0,0 +1,26 @@
+/**
+ * @file help.h
+ * @author Joe Wingbermuehle
+ * @date 2004-2006
+ *
+ * @brief Header for the help functions.
+ *
+ */
+
+#ifndef HELP_H
+#define HELP_H
+
+/** Display program name, version, and compiled options . */
+void DisplayAbout();
+
+/** Display compiled options. */
+void DisplayCompileOptions();
+
+/** Display all help. */
+void DisplayHelp();
+
+/** Display program usage information. */
+void DisplayUsage();
+
+#endif
+