From 2d1eb462fe119d34568e1652b8107fd552c15025 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Fri, 18 Feb 2011 19:10:16 -0600 Subject: begin crypt --- crypt_args.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 crypt_args.h (limited to 'crypt_args.h') diff --git a/crypt_args.h b/crypt_args.h new file mode 100644 index 0000000..f0a0ca9 --- /dev/null +++ b/crypt_args.h @@ -0,0 +1,17 @@ +#ifndef _KEYGEN_ARGS_ +#define _KEYGEN_ARGS_ + +#include +#include +#include + +/* global variables */ +extern char *fname; +extern char *keyfname; +extern char *outfname; + +/* function protypes */ +int crypt_args(int, char **); + +#endif + -- cgit v1.2.3