diff options
author | Werner Koch <[email protected]> | 2008-09-30 10:30:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-09-30 10:30:20 +0000 |
commit | 8381a43ca7cb277f70c3c91d66a7cf890b96ffb9 (patch) | |
tree | aef47b3f1a7c1d3f9623afad0e8e0000a2b356dd /sm/gpgsm.h | |
parent | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 (diff) | |
download | gnupg-8381a43ca7cb277f70c3c91d66a7cf890b96ffb9.tar.gz gnupg-8381a43ca7cb277f70c3c91d66a7cf890b96ffb9.zip |
Add gpgsm server command GETINFO agent-check.
Fix tests.
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index add1928ec..278c6e5fc 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -393,6 +393,7 @@ int gpgsm_agent_marktrusted (ctrl_t ctrl, ksba_cert_t cert); int gpgsm_agent_learn (ctrl_t ctrl); int gpgsm_agent_passwd (ctrl_t ctrl, const char *hexkeygrip, const char *desc); gpg_error_t gpgsm_agent_get_confirmation (ctrl_t ctrl, const char *desc); +gpg_error_t gpgsm_agent_send_nop (ctrl_t ctrl); /*-- call-dirmngr.c --*/ int gpgsm_dirmngr_isvalid (ctrl_t ctrl, |