From 96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 2 Jul 2003 14:41:17 +0000 Subject: nginx-0.0.1-2003-07-02-18:41:17 import --- src/core/ngx_log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/ngx_log.h') diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index d8aca8afa..0de8c3edd 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -168,6 +168,8 @@ void ngx_assert_core(ngx_log_t *log, const char *fmt, ...); #define ngx_log_copy_log(new, old) ngx_memcpy(new, old, sizeof(ngx_log_t)) ngx_log_t *ngx_log_init_errlog(); +ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle); + char *ngx_log_set_errlog(ngx_conf_t *cf, ngx_command_t *cmd, ngx_log_t *log); -- cgit