/* crack.h */
/*  declarations for things in crack.c */
char crack();
extern int arg_index;
extern char *arg_option;
