diff options
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index bda0bc188..7b716ffd6 100644 --- a/g10/main.h +++ b/g10/main.h @@ -389,6 +389,7 @@ gpg_error_t export_pubkey_buffer (ctrl_t ctrl, const char *keyspec, void **r_data, size_t *r_datalen); gpg_error_t receive_seckey_from_agent (ctrl_t ctrl, gcry_cipher_hd_t cipherhd, + int cleartext, char **cache_nonce_addr, const char *hexgrip, PKT_public_key *pk); |