mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
13 lines
189 B
C
13 lines
189 B
C
#ifndef _NGX_OS_INIT_H_INCLUDED_
|
|
#define _NGX_OS_INIT_H_INCLUDED_
|
|
|
|
|
|
#include <ngx_config.h>
|
|
#include <ngx_core.h>
|
|
|
|
|
|
int ngx_os_init(ngx_log_t *log);
|
|
|
|
|
|
#endif /* _NGX_OS_INIT_H_INCLUDED_ */
|