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


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


int ngx_os_init(ngx_log_t *log);


#endif /* _NGX_OS_INIT_H_INCLUDED_ */