aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scd/scdaemon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h
index 5076588f0..d6114c9e7 100644
--- a/scd/scdaemon.h
+++ b/scd/scdaemon.h
@@ -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);