diff options
Diffstat (limited to '')
-rw-r--r-- | g10/call-agent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/call-agent.h b/g10/call-agent.h index 31985d6ee..a89f483de 100644 --- a/g10/call-agent.h +++ b/g10/call-agent.h @@ -134,6 +134,9 @@ gpg_error_t agent_get_passphrase (const char *cache_id, /* Send the CLEAR_PASSPHRASE command to the agent. */ gpg_error_t agent_clear_passphrase (const char *cache_id); +/* Present the prompt DESC and ask the user to confirm. */ +gpg_error_t gpg_agent_get_confirmation (const char *desc); + #endif /*GNUPG_G10_CALL_AGENT_H*/ |