view src/os/win32/ngx_os_init.h @ 160:e7e094d34162

nginx-0.0.1-2003-10-27-11:53:49 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Oct 2003 08:53:49 +0000
parents 6dfda4cf5200
children
line wrap: on
line source

#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_ */