aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_log.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-07-10 16:26:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-07-10 16:26:57 +0000
commitb8c367c7b9155857f1c068624aa059830db57fa8 (patch)
treedbb12653e14051e3278b5c558de02d1917f04ee3 /src/core/ngx_log.h
parent9d639520aa95f0ff3882ea348d4347f69cbae493 (diff)
downloadnginx-b8c367c7b9155857f1c068624aa059830db57fa8.tar.gz
nginx-b8c367c7b9155857f1c068624aa059830db57fa8.zip
nginx-0.0.1-2003-07-10-20:26:57 import
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r--src/core/ngx_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h
index f18027277..dcbbef831 100644
--- a/src/core/ngx_log.h
+++ b/src/core/ngx_log.h
@@ -168,7 +168,7 @@ 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);
+ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_str_t *name);
extern ngx_module_t ngx_errlog_module;