X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=parsekey.h;h=8b6f1cdc8b6ab930bb5dcfcb4e2861cb67334c0b;hb=8bb45b1dfe6b5b30d89f154c16fb3eb8c049f496;hp=2bfaf728ea131ca7cb8766ada350b2ff0c9043b8;hpb=488ebf5104018eb86e4e33ab3178421f8df3afb8;p=onak.git 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);