summaryrefslogtreecommitdiff
path: root/include/arch/win32/apr_arch_networkio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/win32/apr_arch_networkio.h')
-rw-r--r--include/arch/win32/apr_arch_networkio.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/arch/win32/apr_arch_networkio.h b/include/arch/win32/apr_arch_networkio.h
index 04be55595..dabe35ca1 100644
--- a/include/arch/win32/apr_arch_networkio.h
+++ b/include/arch/win32/apr_arch_networkio.h
@@ -86,5 +86,13 @@ void apr_sockaddr_vars_set(apr_sockaddr_t *, int, apr_port_t);
(skt)->options &= ~(option); \
} while (0)
+extern apr_status_t
+apr_socket_pipe_create(apr_socket_t **in,
+ apr_socket_t **out,
+ apr_pool_t *p);
+
+extern apr_status_t
+apr_socket_pipe_close(apr_socket_t *socket);
+
#endif /* ! NETWORK_IO_H */