comparison src/os/unix/ngx_os_init.h @ 88:674d333f4296

nginx-0.0.1-2003-05-14-21:13:13 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 May 2003 17:13:13 +0000
parents
children 637625a2acdb
comparison
equal deleted inserted replaced
87:5f6d848dcbef 88:674d333f4296
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_ */