summaryrefslogtreecommitdiffstats
path: root/g10/tdbio.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-07-30 19:37:03 +0200
committerWerner Koch <wk@gnupg.org>1998-07-30 19:37:03 +0200
commit0300d6aefc270507ed4cbf6942c5ab053fd60ed9 (patch)
tree39a1e4eb561325c3f6679f96cf7ac88a8860d27c /g10/tdbio.h
parentedit-key is now complete (diff)
downloadgnupg2-0300d6aefc270507ed4cbf6942c5ab053fd60ed9.tar.xz
gnupg2-0300d6aefc270507ed4cbf6942c5ab053fd60ed9.zip
started with shm coprocesses
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r--g10/tdbio.h4
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 );