--- pgp/src/keymgmt.h 2018/04/24 16:43:35 1.1.1.7 +++ pgp/src/keymgmt.h 2018/04/24 16:44:36 1.1.1.8 @@ -7,7 +7,7 @@ char *key2IDstring(unitptr n); extern char const blankkeyID[]; /* Do an RSA key pair generation, and write them out to the keyring files. */ -int dokeygen(char *numstr, char *numstr2); +int dokeygen(char *numstr, char *numstr2, char *username); /* Edit the userid and/or pass phrase for an RSA key pair, and put them back into the ring files */