summaryrefslogtreecommitdiffstats
path: root/usage.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-03-28 22:27:32 +0100
committerpgen <p.gen.progs@gmail.com>2019-03-30 11:39:02 +0100
commitf2dd3b30aa30209253c50bdd3fab44c0de750d0f (patch)
tree5a6236cc6b30a374c1beab9b0a4811cd8652b892 /usage.h
parent80a48ad3ca40991bb67d9e3029417398157a1435 (diff)
Rework the usage mechanism
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