From a041d9898e6d699bd8c0c25482ec574feb03c547 Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Sat, 29 May 2021 12:54:47 +0200 Subject: First commit This is the original state of the released tarball for JWM 1.8, which will serve as my starting point for further modifications. --- src/help.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/help.h (limited to 'src/help.h') 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 + -- cgit v1.2.3