Sign in
nginx
/
nginx
/
b5910d497e51bac754b0a5bdbd58318b653e0859
/
.
/
src
/
os
/
win32
/
ngx_os_init.h
blob: 8ab820694c03aa0d90fb39586a136f23131ee7bc [
file
]
#ifndef
_NGX_OS_INIT_H_INCLUDED_
#define
_NGX_OS_INIT_H_INCLUDED_
#include
<ngx_config.h>
#include
<ngx_core.h>
int
ngx_os_init
(
ngx_log_t
*
log
);
ssize_t
ngx_wsarecv
(
ngx_connection_t
*
c
,
char
*
buf
,
size_t
size
);
#endif
/* _NGX_OS_INIT_H_INCLUDED_ */