view src/os/win32/ngx_os_init.h @ 91:637625a2acdb

nginx-0.0.1-2003-05-19-20:39:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2003 16:39:14 +0000
parents
children 7ebc8b7fb816
line wrap: on
line source

#ifndef _NGX_OS_INIT_H_INCLUDED_
#define _NGX_OS_INIT_H_INCLUDED_


#include <ngx_config.h>
#include <ngx_log.h>


int ngx_os_init(ngx_log_t *log);


#endif /* _NGX_OS_INIT_H_INCLUDED_ */