--- pgp/src/keymaint.h 2018/04/24 16:41:05 1.1.1.3 +++ pgp/src/keymaint.h 2018/04/24 16:45:32 1.1.1.6 @@ -9,7 +9,8 @@ struct newkey { struct newkey *next; }; void free_newkeys(struct newkey *nkeys); -int ismember_newkeys(byte const keyid[KEYFRAGSIZE], struct newkey const *nkeys); +int ismember_newkeys(byte const keyid[KEYFRAGSIZE], + struct newkey const *nkeys); int maint_update(char *ringfile, struct newkey const *nkeys); int maint_check(char *ringfile, int options); @@ -42,8 +43,8 @@ int ask_owntrust(char *userid, byte cur_ char * user_from_keyID(byte *keyID); int setkrent(char *keyring); -void endkrent(); -int init_userhash(); +void endkrent(void); +int init_userhash(void); extern char trust_lst[8][16];