comparison src/os/win32/ngx_socket.h @ 2:ffffe1499bce

nginx-0.0.1-2002-08-16-19:27:03 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Aug 2002 15:27:03 +0000
parents
children 34a521b1a148
comparison
equal deleted inserted replaced
1:d220029ac7f3 2:ffffe1499bce
1 #ifndef _NGX_SOCKET_H_INCLUDED_
2 #define _NGX_SOCKET_H_INCLUDED_
3
4
5 #include <ngx_config.h>
6
7 typedef SOCKET ngx_socket_t;
8
9 void ngx_init_sockets(ngx_log_t *log);
10
11 int ngx_nonblocking_n(s);
12 #define ngx_nonblocking_n "ioctlsocket (FIONBIO)"
13
14
15
16 #endif /* _NGX_SOCKET_H_INCLUDED_ */