~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-security

« back to all changes in this revision

Viewing changes to g10/keydb.h

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
int get_pubkey( PKT_public_key *pk, u32 *keyid );
222
222
int get_pubkey_fast ( PKT_public_key *pk, u32 *keyid );
223
223
KBNODE get_pubkeyblock( u32 *keyid );
224
 
int get_pubkey_byname( PKT_public_key *pk,  const char *name,
 
224
int get_pubkey_byname (GETKEY_CTX *rx, PKT_public_key *pk,  const char *name,
225
225
                       KBNODE *ret_keyblock, KEYDB_HANDLE *ret_kdbhd,
226
 
                       int include_unusable );
 
226
                       int include_unusable, int no_akl );
227
227
int get_pubkey_bynames( GETKEY_CTX *rx, PKT_public_key *pk,
228
228
                        strlist_t names, KBNODE *ret_keyblock );
229
229
int get_pubkey_next( GETKEY_CTX ctx, PKT_public_key *pk, KBNODE *ret_keyblock );