X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/e02c731dfbb288c736f2cd09a9b6df0507c59ddd..ec599f57d8843b2e34270c2083db71e99d76d952:/parsekey.h diff --git a/parsekey.h b/parsekey.h index 2bfaf72..8b6f1cd 100644 --- a/parsekey.h +++ b/parsekey.h @@ -30,6 +30,8 @@ int add_key(struct openpgp_publickey *key); * * This function takes an list of OpenPGP packets and attempts to parse it * into a list of public keys with signatures and subkeys. + * + * Returns a count of how many keys we parsed. */ int parse_keys(struct openpgp_packet_list *packets, struct openpgp_publickey **keys);