aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-05-29 11:53:54 +0000
committerWerner Koch <[email protected]>1998-05-29 11:53:54 +0000
commite284277f0490a4606b99f3de5fdc3053084b99dd (patch)
treef9a5e6a69e82a5efe339ccdaa09664fa0679b066 /g10/keydb.h
parentadd-key works (diff)
downloadgnupg-0-2-19.tar.gz
gnupg-0-2-19.zip
*** empty log message ***V0-2-19
Diffstat (limited to '')
-rw-r--r--g10/keydb.h1
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 );