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