cscvs to tla changeset 43
[onak.git] / parsekey.h
index 2bfaf728ea131ca7cb8766ada350b2ff0c9043b8..8b6f1cdc8b6ab930bb5dcfcb4e2861cb67334c0b 100644 (file)
@@ -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);