diff options
author | Werner Koch <wk@gnupg.org> | 2008-03-20 16:31:43 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-03-20 16:31:43 +0100 |
commit | c2a8254be71089f707b3100972609db9cf4d02a0 (patch) | |
tree | 109ea1f31fdfe85524fca8107edbab7a5888f425 /agent/agent.h | |
parent | Fix for v3 keys. (diff) | |
download | gnupg2-c2a8254be71089f707b3100972609db9cf4d02a0.tar.xz gnupg2-c2a8254be71089f707b3100972609db9cf4d02a0.zip |
Fix a bug in the ambigious name detection.
Minor cleanups.
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index f824fe615..bf460b485 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -211,6 +211,7 @@ void *get_agent_scd_notify_event (void); void agent_sighup_action (void); /*-- command.c --*/ +gpg_error_t agent_inq_pinentry_launched (ctrl_t ctrl, unsigned long pid); gpg_error_t agent_write_status (ctrl_t ctrl, const char *keyword, ...); void bump_key_eventcounter (void); void bump_card_eventcounter (void); |