summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_os_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_os_init.h')
-rw-r--r--src/os/win32/ngx_os_init.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/os/win32/ngx_os_init.h b/src/os/win32/ngx_os_init.h
deleted file mode 100644
index 8ab820694..000000000
--- a/src/os/win32/ngx_os_init.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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_ */