mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
removed g10maint.c
This commit is contained in:
parent
0eb5aa6cfd
commit
1b1a6d7e77
12 changed files with 571 additions and 810 deletions
|
@ -107,6 +107,7 @@ void cache_user_id( PKT_user_id *uid, u32 *keyid );
|
|||
int get_pubkey( PKT_public_cert *pkc, u32 *keyid );
|
||||
int get_pubkey_byname( PKT_public_cert *pkc, const char *name );
|
||||
int get_seckey( PKT_secret_cert *skc, u32 *keyid );
|
||||
int seckey_available( u32 *keyid );
|
||||
int get_seckey_byname( PKT_secret_cert *skc, const char *name, int unlock );
|
||||
int enum_secret_keys( void **context, PKT_secret_cert *skc );
|
||||
char*get_user_id_string( u32 *keyid );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue