diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-06-03 15:42:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-06-03 15:42:58 +0000 |
commit | 1c10462e88491d52a23e22fbc3ca0012591df095 (patch) | |
tree | 5a71cf54dda493188473693e5b66a08fc8cdf161 /src/os/win32/ngx_socket.h | |
parent | 7578ec9df43bbb31db5291f1b76359d10900a679 (diff) | |
download | nginx-1c10462e88491d52a23e22fbc3ca0012591df095.tar.gz nginx-1c10462e88491d52a23e22fbc3ca0012591df095.zip |
nginx-0.0.1-2003-06-03-19:42:58 import
Diffstat (limited to 'src/os/win32/ngx_socket.h')
-rw-r--r-- | src/os/win32/ngx_socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/win32/ngx_socket.h b/src/os/win32/ngx_socket.h index f94d45c31..f86a39aff 100644 --- a/src/os/win32/ngx_socket.h +++ b/src/os/win32/ngx_socket.h @@ -3,7 +3,8 @@ #include <ngx_config.h> -#include <ngx_log.h> +#include <ngx_core.h> + #define NGX_WRITE_SHUTDOWN SD_SEND @@ -12,7 +13,6 @@ typedef SOCKET ngx_socket_t; typedef int socklen_t; -int ngx_init_sockets(ngx_log_t *log); #define ngx_socket(af, type, proto, flags) \ WSASocket(af, type, proto, NULL, 0, flags) |