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