From a1796d747c556e0dc8114e4e39aca6e57a8285f9 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 23 Jun 2004 05:54:27 +0000 Subject: nginx-0.0.7-2004-06-23-09:54:27 import --- src/os/unix/ngx_process.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/os/unix/ngx_process.h') diff --git a/src/os/unix/ngx_process.h b/src/os/unix/ngx_process.h index 99374ebb1..ccea40db7 100644 --- a/src/os/unix/ngx_process.h +++ b/src/os/unix/ngx_process.h @@ -47,6 +47,8 @@ ngx_pid_t ngx_spawn_process(ngx_cycle_t *cycle, char *name, ngx_int_t respawn); ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx); void ngx_process_get_status(void); +void ngx_close_channel(ngx_fd_t *fd, ngx_log_t *log); + extern ngx_pid_t ngx_pid; extern ngx_socket_t ngx_channel; -- cgit v1.2.3