1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

scd: Factor out scd_init_event function.

* scd/scdaemon.c (scd_init_event): New.

--

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2024-06-24 14:44:07 +09:00
parent 1695cf267e
commit 9aa6faaf10
No known key found for this signature in database
GPG key ID: 640114AF89DE6054
2 changed files with 35 additions and 26 deletions

View file

@ -138,6 +138,10 @@ struct server_control_s
/*-- scdaemon.c --*/
void scd_exit (int rc);
const char *scd_get_socket_name (void);
#ifdef HAVE_W32_SYSTEM
void scd_init_event (HANDLE *e_p, HANDLE events[2]);
#endif
/*-- command.c --*/
gpg_error_t initialize_module_command (void);