From 7f9d894e1069306f7361201a77efbe7b866024ff Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 14 Nov 2003 07:20:34 +0000 Subject: nginx-0.0.1-2003-11-14-10:20:34 import --- src/os/unix/ngx_os.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/os/unix/ngx_os.h') diff --git a/src/os/unix/ngx_os.h b/src/os/unix/ngx_os.h index 33e394319..658c0a400 100644 --- a/src/os/unix/ngx_os.h +++ b/src/os/unix/ngx_os.h @@ -35,6 +35,8 @@ typedef struct { int ngx_os_init(ngx_log_t *log); int ngx_daemon(ngx_log_t *log); int ngx_posix_init(ngx_log_t *log); +int ngx_posix_post_conf_init(ngx_log_t *log); + ssize_t ngx_unix_recv(ngx_connection_t *c, char *buf, size_t size); ssize_t ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *entry); -- cgit