From 79a804880ee362a1256e6e8aeadb73f7f5cf0885 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 14 May 2003 17:13:13 +0000 Subject: nginx-0.0.1-2003-05-14-21:13:13 import --- src/os/unix/ngx_os_init.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/os/unix/ngx_os_init.h (limited to 'src/os/unix/ngx_os_init.h') diff --git a/src/os/unix/ngx_os_init.h b/src/os/unix/ngx_os_init.h new file mode 100644 index 000000000..5c445ace6 --- /dev/null +++ b/src/os/unix/ngx_os_init.h @@ -0,0 +1,12 @@ +#ifndef _NGX_OS_INIT_H_INCLUDED_ +#define _NGX_OS_INIT_H_INCLUDED_ + + +#include +#include + + +int ngx_os_init(ngx_log_t *log); + + +#endif /* _NGX_OS_INIT_H_INCLUDED_ */ -- cgit v1.2.3