diff options
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r-- | scd/scdaemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h index e18ebfe4c..22b17b49e 100644 --- a/scd/scdaemon.h +++ b/scd/scdaemon.h @@ -118,7 +118,7 @@ void scd_exit (int rc); const char *scd_get_socket_name (void); /*-- command.c --*/ -void initialize_module_command (void); +gpg_error_t initialize_module_command (void); int scd_command_handler (ctrl_t, int); void send_status_info (ctrl_t ctrl, const char *keyword, ...) GPGRT_ATTR_SENTINEL(1); |