#ifndef _KEYGEN_ARGS_ #define _KEYGEN_ARGS_ #include #include #include /* global variables */ extern char *pubkey; extern char *prikey; extern long prime_p; extern long prime_q; extern int random_f; /* function protypes */ int keygen_args(int, char **); #endif