aboutsummaryrefslogtreecommitdiff
path: root/usage.h
diff options
context:
space:
mode:
authorLucas Castro <lucas@gnuabordo.com.br>2024-01-10 22:33:44 -0300
committerLucas Castro <lucas@gnuabordo.com.br>2024-01-10 22:33:44 -0300
commita4270020addc324fb60d2b1b446b41bc31e3baf8 (patch)
tree8708f08c66a63f08c0cd88ab1a46faadcd3f4706 /usage.h
Import Upstream version 1.0.4upstream/1.0.4
Diffstat (limited to 'usage.h')
-rw-r--r--usage.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/usage.h b/usage.h
new file mode 100644
index 0000000..bab3beb
--- /dev/null
+++ b/usage.h
@@ -0,0 +1,16 @@
+/*
+
+ (C) 2014 Mika Ilmaranta <ilmis@nullnet.fi>
+
+ License: GPLv2
+
+*/
+
+#ifndef __USAGE_H__
+#define __USAGE_H__
+
+void usage_and_exit(void);
+
+#endif
+
+/* EOF */