diff options
author | Werner Koch <wk@gnupg.org> | 2006-10-19 16:22:06 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-10-19 16:22:06 +0200 |
commit | df52700f5c694a9cd5fa2f10b2c3633aee9343a9 (patch) | |
tree | 70a78d2e1def01b7b550767f819d74a22eb4db23 /agent/agent.h | |
parent | Preparing a release (diff) | |
download | gnupg2-df52700f5c694a9cd5fa2f10b2c3633aee9343a9.tar.xz gnupg2-df52700f5c694a9cd5fa2f10b2c3633aee9343a9.zip |
Fixes
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 cd5120721..6e02276b6 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -205,6 +205,7 @@ int agent_key_available (const unsigned char *grip); void initialize_module_query (void); void agent_query_dump_state (void); void agent_reset_query (ctrl_t ctrl); +int pinentry_active_p (ctrl_t ctrl, int waitseconds); int agent_askpin (ctrl_t ctrl, const char *desc_text, const char *prompt_text, const char *inital_errtext, |