nginx/src/os/win32/ngx_os_init.h
2003-06-03 15:42:58 +00:00

13 lines
189 B
C

#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);
#endif /* _NGX_OS_INIT_H_INCLUDED_ */