summaryrefslogtreecommitdiffstats
path: root/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'usage.h')
-rw-r--r--usage.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/usage.h b/usage.h
new file mode 100644
index 0000000..e011fd2
--- /dev/null
+++ b/usage.h
@@ -0,0 +1,15 @@
+/* ########################################################### */
+/* This Software is licensed under the GPL licensed Version 2, */
+/* please read http://www.gnu.org/copyleft/gpl.html */
+/* ########################################################### */
+
+#ifndef USAGE_H
+#define USAGE_H
+
+void
+short_usage(int must_exit);
+
+void
+usage(void);
+
+#endif