aboutsummaryrefslogtreecommitdiff
path: root/crypt.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:34:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:34:47 +1300
commit8c541e4b5feadcac7f02bdff9e5635975440ac74 (patch)
treebf5ebb9ab0d2ce0e4e29042fd83eb8265828d265 /crypt.h
parentRemove include guards (diff)
downloadcrypt-8c541e4b5feadcac7f02bdff9e5635975440ac74.tar.gz
crypt-8c541e4b5feadcac7f02bdff9e5635975440ac74.zip
Move constants into header file
Diffstat (limited to 'crypt.h')
-rw-r--r--crypt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypt.h b/crypt.h
index b3514b5..2b8145d 100644
--- a/crypt.h
+++ b/crypt.h
@@ -4,3 +4,5 @@
#include <stdlib.h>
#include <unistd.h>
+#define OPTSTRING "h"
+#define USAGE "USAGE: crypt KEY SALT"