diff options
author | Werner Koch <[email protected]> | 1998-02-17 20:48:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-17 20:48:52 +0000 |
commit | c8bb57d05d1b237e16f93d95a4df5a1d343c4c5a (patch) | |
tree | 7692d6a234d6c22528ffce134ad0f6c904eaa91f /g10/packet.h | |
parent | removed password from key two (diff) | |
download | gnupg-c8bb57d05d1b237e16f93d95a4df5a1d343c4c5a.tar.gz gnupg-c8bb57d05d1b237e16f93d95a4df5a1d343c4c5a.zip |
import works
Diffstat (limited to '')
-rw-r--r-- | g10/packet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h index d0bb3c499..98015a365 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -243,7 +243,9 @@ void free_comment( PKT_comment *rem ); void free_packet( PACKET *pkt ); PKT_public_cert *copy_public_cert( PKT_public_cert *d, PKT_public_cert *s ); PKT_secret_cert *copy_secret_cert( PKT_secret_cert *d, PKT_secret_cert *s ); +int cmp_public_certs( PKT_public_cert *a, PKT_public_cert *b ); int cmp_public_secret_cert( PKT_public_cert *pkc, PKT_secret_cert *skc ); +int cmp_user_ids( PKT_user_id *a, PKT_user_id *b ); /*-- sig-check.c --*/ |