summaryrefslogtreecommitdiff
path: root/iocp-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'iocp-internal.h')
-rw-r--r--iocp-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/iocp-internal.h b/iocp-internal.h
index 1470620d..ac76e848 100644
--- a/iocp-internal.h
+++ b/iocp-internal.h
@@ -97,6 +97,9 @@ void event_overlapped_init(struct event_overlapped *, iocp_callback cb);
*/
struct evbuffer *evbuffer_overlapped_new(evutil_socket_t fd);
+/** XXXX Document (nickm) */
+evutil_socket_t _evbuffer_overlapped_get_fd(struct evbuffer *buf);
+
/** Start reading data onto the end of an overlapped evbuffer.
An evbuffer can only have one read pending at a time. While the read