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:
parent
1695cf267e
commit
9aa6faaf10
2 changed files with 35 additions and 26 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue