From f2e676aa1585de170b39cf3e9d71b88db47e4b1b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 16 Nov 2003 21:49:42 +0000 Subject: nginx-0.0.1-2003-11-17-00:49:42 import --- src/os/win32/ngx_os.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os/win32/ngx_os.h') diff --git a/src/os/win32/ngx_os.h b/src/os/win32/ngx_os.h index 52a7c05a8..bf5253b00 100644 --- a/src/os/win32/ngx_os.h +++ b/src/os/win32/ngx_os.h @@ -35,6 +35,7 @@ int ngx_os_init(ngx_log_t *log); ssize_t ngx_wsarecv(ngx_connection_t *c, char *buf, size_t size); ssize_t ngx_overlapped_wsarecv(ngx_connection_t *c, char *buf, size_t size); +ssize_t ngx_wsarecv_chain(ngx_connection_t *c, ngx_chain_t *chain); ngx_chain_t *ngx_wsasend_chain(ngx_connection_t *c, ngx_chain_t *in); ngx_chain_t *ngx_overlapped_wsasend_chain(ngx_connection_t *c, ngx_chain_t *in); -- cgit