diff options
author | Werner Koch <wk@gnupg.org> | 2009-03-03 10:02:58 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-03-03 10:02:58 +0100 |
commit | c20b3db108b090b7b34f48a6085a6824fc4db715 (patch) | |
tree | cbedc554619505de2750785252791c51a563bce2 /agent/agent.h | |
parent | Add missing option strings. (diff) | |
download | gnupg2-c20b3db108b090b7b34f48a6085a6824fc4db715.tar.xz gnupg2-c20b3db108b090b7b34f48a6085a6824fc4db715.zip |
Add --reload command to gpgconf.
Fix a problem in exechelp.c
Get ready for a release.
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 6a66add3f..0e2cc9f40 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -320,6 +320,7 @@ int divert_generic_cmd (ctrl_t ctrl, /*-- call-scd.c --*/ void initialize_module_call_scd (void); void agent_scd_dump_state (void); +int agent_scd_check_running (void); void agent_scd_check_aliveness (void); int agent_reset_scd (ctrl_t ctrl); int agent_card_learn (ctrl_t ctrl, |