aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-agent.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-08-11 10:56:44 +0000
committerWerner Koch <[email protected]>2009-08-11 10:56:44 +0000
commit25659d66f1bacd9c737766fd5db8c5eaa21ef796 (patch)
tree9737e8b97f2ba14132a9e9d80e3bf26e78ec2a71 /g10/call-agent.h
parentImproved detection of bad/invalid signer keys. (diff)
downloadgnupg-25659d66f1bacd9c737766fd5db8c5eaa21ef796.tar.gz
gnupg-25659d66f1bacd9c737766fd5db8c5eaa21ef796.zip
Ask to insert the right OpenPGP card.
Diffstat (limited to '')
-rw-r--r--g10/call-agent.h3
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*/