diff options
Diffstat (limited to '')
-rw-r--r-- | g10/keydb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keydb.h b/g10/keydb.h index 2d3f61f88..c85f93787 100644 --- a/g10/keydb.h +++ b/g10/keydb.h @@ -119,7 +119,7 @@ int get_keyblock_byfprint( KBNODE *ret_keyblock, const byte *fprint, size_t fprint_len ); int seckey_available( u32 *keyid ); int get_seckey_byname( PKT_secret_key *sk, const char *name, int unlock ); -int enum_secret_keys( void **context, PKT_secret_key *sk ); +int enum_secret_keys( void **context, PKT_secret_key *sk, int with_subkeys ); char*get_user_id_string( u32 *keyid ); char*get_user_id( u32 *keyid, size_t *rn ); |