aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 6e02276b6..2b7f36741 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -182,6 +182,8 @@ void agent_init_default_ctrl (struct server_control_s *ctrl);
/*-- command.c --*/
gpg_error_t agent_write_status (ctrl_t ctrl, const char *keyword, ...);
+void bump_key_eventcounter (void);
+void bump_card_eventcounter (void);
void start_command_handler (int, int);
/*-- command-ssh.c --*/