comparison src/os/win32/ngx_os_init.h @ 103:6dfda4cf5200

nginx-0.0.1-2003-06-11-19:28:34 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Jun 2003 15:28:34 +0000
parents 7ebc8b7fb816
children
comparison
equal deleted inserted replaced
102:7e86d028d8f0 103:6dfda4cf5200
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 7
8 8
9 int ngx_os_init(ngx_log_t *log); 9 int ngx_os_init(ngx_log_t *log);
10 10
11 ssize_t ngx_wsarecv(ngx_connection_t *c, char *buf, size_t size);
12
11 13
12 #endif /* _NGX_OS_INIT_H_INCLUDED_ */ 14 #endif /* _NGX_OS_INIT_H_INCLUDED_ */