comparison src/os/unix/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 674d333f4296
children
comparison
equal deleted inserted replaced
90:37530da31268 91:637625a2acdb
2 #define _NGX_OS_INIT_H_INCLUDED_ 2 #define _NGX_OS_INIT_H_INCLUDED_
3 3
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_log.h> 6 #include <ngx_log.h>
7 #include <ngx_hunk.h>
8 #include <ngx_connection.h>
7 9
8 10
9 int ngx_os_init(ngx_log_t *log); 11 int ngx_os_init(ngx_log_t *log);
10 12
13 extern ngx_os_io_t ngx_os_io;
14
11 15
12 #endif /* _NGX_OS_INIT_H_INCLUDED_ */ 16 #endif /* _NGX_OS_INIT_H_INCLUDED_ */