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:
parent
019601191a
commit
25659d66f1
6 changed files with 186 additions and 18 deletions
|
@ -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*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue