diff options
Diffstat (limited to '')
-rw-r--r-- | agent/agent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h index e6ec8147f..48b199be0 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -212,7 +212,8 @@ 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, ...); +gpg_error_t agent_write_status (ctrl_t ctrl, const char *keyword, ...) + GNUPG_GCC_A_SENTINEL(0); void bump_key_eventcounter (void); void bump_card_eventcounter (void); void start_command_handler (ctrl_t, gnupg_fd_t, gnupg_fd_t); |