diff options
author | Werner Koch <wk@gnupg.org> | 1998-07-30 19:37:03 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-07-30 19:37:03 +0200 |
commit | 0300d6aefc270507ed4cbf6942c5ab053fd60ed9 (patch) | |
tree | 39a1e4eb561325c3f6679f96cf7ac88a8860d27c /g10/tdbio.h | |
parent | edit-key is now complete (diff) | |
download | gnupg2-0300d6aefc270507ed4cbf6942c5ab053fd60ed9.tar.xz gnupg2-0300d6aefc270507ed4cbf6942c5ab053fd60ed9.zip |
started with shm coprocesses
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r-- | g10/tdbio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h index c37c3ac1f..6fb0e545c 100644 --- a/g10/tdbio.h +++ b/g10/tdbio.h @@ -143,7 +143,9 @@ int tdbio_read_record( ulong recnum, TRUSTREC *rec, int expected ); int tdbio_write_record( TRUSTREC *rec ); int tdbio_delete_record( ulong recnum ); ulong tdbio_new_recnum(void); -int tdbio_search_dir_record( PKT_public_key *pk, TRUSTREC *rec ); +int tdbio_search_dir_bypk( PKT_public_key *pk, TRUSTREC *rec ); +int tdbio_search_dir_byfpr( const byte *fingerprint, size_t fingerlen, + int pubkey_algo, TRUSTREC *rec ); int tdbio_delete_uidrec( ulong dirlid, ulong uidlid ); |