diff options
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); |