comparison 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
comparison
equal deleted inserted replaced
90:37530da31268 91:637625a2acdb
1 #ifndef _NGX_OS_INIT_H_INCLUDED_
2 #define _NGX_OS_INIT_H_INCLUDED_
3
4
5 #include <ngx_config.h>
6 #include <ngx_log.h>
7
8
9 int ngx_os_init(ngx_log_t *log);
10
11
12 #endif /* _NGX_OS_INIT_H_INCLUDED_ */