summaryrefslogtreecommitdiff
path: root/iocp-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'iocp-internal.h')
-rw-r--r--iocp-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iocp-internal.h b/iocp-internal.h
index de731155..1dcdbc23 100644
--- a/iocp-internal.h
+++ b/iocp-internal.h
@@ -145,6 +145,7 @@ int event_iocp_activate_overlapped(struct event_iocp_port *port,
struct event_overlapped *o,
uintptr_t key, ev_uint32_t n_bytes);
+struct event_iocp_port *event_base_get_iocp(struct event_base *base);
#ifdef __cplusplus
}