diff options
author | Werner Koch <wk@gnupg.org> | 2009-03-17 13:13:32 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-03-17 13:13:32 +0100 |
commit | 6e7c855d98f390704f193eb5f433cf2d28597814 (patch) | |
tree | b3f156fe77bbc386d51c5efaeab36ea7fb660e24 /g10/call-agent.h | |
parent | * gpg.texi (GPG Configuration Options): Document keyserver-options (diff) | |
download | gnupg2-6e7c855d98f390704f193eb5f433cf2d28597814.tar.xz gnupg2-6e7c855d98f390704f193eb5f433cf2d28597814.zip |
Move password repetition from gpg to gpg-agent.
Diffstat (limited to 'g10/call-agent.h')
-rw-r--r-- | g10/call-agent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/call-agent.h b/g10/call-agent.h index ef4ad85c5..ebe37b1cd 100644 --- a/g10/call-agent.h +++ b/g10/call-agent.h @@ -115,6 +115,7 @@ gpg_error_t agent_get_passphrase (const char *cache_id, const char *err_msg, const char *prompt, const char *desc_msg, + int repeat, char **r_passphrase); /* Send the CLEAR_PASSPHRASE command to the agent. */ |