aboutsummaryrefslogtreecommitdiff
path: root/usage.h
diff options
context:
space:
mode:
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 */