diff options
author | Werner Koch <[email protected]> | 1998-05-29 11:53:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-05-29 11:53:54 +0000 |
commit | e284277f0490a4606b99f3de5fdc3053084b99dd (patch) | |
tree | f9a5e6a69e82a5efe339ccdaa09664fa0679b066 /g10/keydb.h | |
parent | add-key works (diff) | |
download | gnupg-0-2-19.tar.gz gnupg-0-2-19.zip |
*** empty log message ***V0-2-19
Diffstat (limited to '')
-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 ); |