--- pgp/src/keymaint.h 2018/04/24 16:42:22 1.1.1.4 +++ pgp/src/keymaint.h 2018/04/24 16:43:40 1.1.1.5 @@ -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);