1.1 --- a/src/openpgp_compat.h Mon Aug 22 18:46:49 2016 +0200
1.2 +++ b/src/openpgp_compat.h Mon Aug 22 19:10:41 2016 +0200
1.3 @@ -33,11 +33,8 @@
1.4 // be listed; false if only valid keys should be shown
1.5 // keyinfo_list (out) list of identities for each available key
1.6 //
1.7 -// caveat: FIXME
1.8 -// the ownership of the identity list goes to the caller
1.9 -// the caller must use free_identity_list() to free it
1.10 -// identity objects derived from the keyring only have the available information
1.11 -// from the keyring; some fields may be NULL
1.12 +// caveat:
1.13 +// keyinfo_list must be freed by the caller.
1.14 DYNAMIC_API PEP_STATUS OpenPGP_list_keyinfo (
1.15 PEP_SESSION session, const char* search_pattern, stringpair_list_t** keyinfo_list
1.16 );