diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-01-07 09:37:06 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-01-07 09:37:37 +1300 |
commit | 61200ea6fe6e6df53479148801276e18cf4e9cd7 (patch) | |
tree | fd20769cfb332dbd8ae1d23a7f9a74414a361e15 /crypt.h | |
parent | Rename to README.md (diff) | |
download | crypt-61200ea6fe6e6df53479148801276e18cf4e9cd7.tar.gz crypt-61200ea6fe6e6df53479148801276e18cf4e9cd7.zip |
Refactor usage function and output
Diffstat (limited to 'crypt.h')
-rw-r--r-- | crypt.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,5 +4,4 @@ #include <stdlib.h> #include <unistd.h> -#define OPTSTRING "h" -#define USAGE "USAGE: crypt KEY SALT" +void usage(FILE *, int); |