1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Ask to insert the right OpenPGP card.

This commit is contained in:
Werner Koch 2009-08-11 10:56:44 +00:00
parent 019601191a
commit 25659d66f1
6 changed files with 186 additions and 18 deletions

View file

@ -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*/