aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_os_init.h
blob: 25e0b6a7a0a55c9eb560baccc4f1a67a4a2704d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _NGX_OS_INIT_H_INCLUDED_
#define _NGX_OS_INIT_H_INCLUDED_


#include <ngx_config.h>
#include <ngx_log.h>
#include <ngx_hunk.h>
#include <ngx_connection.h>


int ngx_os_init(ngx_log_t *log);

extern ngx_os_io_t  ngx_os_io;


#endif /* _NGX_OS_INIT_H_INCLUDED_ */