mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
agent: Add pinentry_loopback_confirm declaration.
* agent/agent.h (pinentry_loopback_confirm): New. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
4262933ef6
commit
3a1bb00810
@ -400,6 +400,9 @@ void start_command_handler (ctrl_t, gnupg_fd_t, gnupg_fd_t);
|
|||||||
gpg_error_t pinentry_loopback (ctrl_t, const char *keyword,
|
gpg_error_t pinentry_loopback (ctrl_t, const char *keyword,
|
||||||
unsigned char **buffer, size_t *size,
|
unsigned char **buffer, size_t *size,
|
||||||
size_t max_length);
|
size_t max_length);
|
||||||
|
gpg_error_t pinentry_loopback_confirm (ctrl_t ctrl, const char *desc,
|
||||||
|
int ask_confirmation,
|
||||||
|
const char *ok, const char *notok);
|
||||||
|
|
||||||
#ifdef HAVE_W32_SYSTEM
|
#ifdef HAVE_W32_SYSTEM
|
||||||
int serve_mmapped_ssh_request (ctrl_t ctrl,
|
int serve_mmapped_ssh_request (ctrl_t ctrl,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user