aboutsummaryrefslogtreecommitdiff
path: root/crypt.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-01-07 09:37:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-01-07 09:37:37 +1300
commit61200ea6fe6e6df53479148801276e18cf4e9cd7 (patch)
treefd20769cfb332dbd8ae1d23a7f9a74414a361e15 /crypt.h
parentRename to README.md (diff)
downloadcrypt-61200ea6fe6e6df53479148801276e18cf4e9cd7.tar.gz
crypt-61200ea6fe6e6df53479148801276e18cf4e9cd7.zip
Refactor usage function and output
Diffstat (limited to 'crypt.h')
-rw-r--r--crypt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypt.h b/crypt.h
index 2b8145d..6b2b7ca 100644
--- a/crypt.h
+++ b/crypt.h
@@ -4,5 +4,4 @@
#include <stdlib.h>
#include <unistd.h>
-#define OPTSTRING "h"
-#define USAGE "USAGE: crypt KEY SALT"
+void usage(FILE *, int);