view src/os/win32/ngx_os_init.h @ 98:c9b243802a17

nginx-0.0.1-2003-05-30-18:27:59 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 May 2003 14:27:59 +0000
parents 637625a2acdb
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_ */