diff options
Diffstat (limited to 'g10/keydb.h')
-rw-r--r-- | g10/keydb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/keydb.h b/g10/keydb.h index 3df11771e..1cd6457a3 100644 --- a/g10/keydb.h +++ b/g10/keydb.h @@ -104,6 +104,7 @@ char *get_last_passphrase(void); /*-- getkey.c --*/ void add_keyring( const char *name ); const char *get_keyring( int sequence ); +const char *get_secret_keyring( int sequence ); void add_secret_keyring( const char *name ); int get_pubkey( PKT_public_cert *pkc, u32 *keyid ); int get_pubkey_byname( PKT_public_cert *pkc, const char *name ); |