aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/ksutil.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--keyserver/ksutil.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyserver/ksutil.h b/keyserver/ksutil.h
index 3068592e8..9f51359df 100644
--- a/keyserver/ksutil.h
+++ b/keyserver/ksutil.h
@@ -79,6 +79,11 @@ struct keylist
unsigned int set_timeout(unsigned int seconds);
int register_timeout(void);
+#ifdef HAVE_W32_SYSTEM
+void w32_init_sockets (void);
+#endif
+
+
enum ks_action {KS_UNKNOWN=0,KS_GET,KS_GETNAME,KS_SEND,KS_SEARCH};
enum ks_search_type {KS_SEARCH_SUBSTR,KS_SEARCH_EXACT,