summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_log.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2020-11-24 17:19:40 +0000
committerSergey Kandaurov <pluknet@nginx.com>2020-11-24 17:19:40 +0000
commit5a9a897d7b632d6123aacabf1c0f141db0ad799b (patch)
treebbc25e7a291e8721d91cd11186627068eaab7cad /src/core/ngx_log.h
parent219053e3e3bd18ecb195815df0023da40dbdff9d (diff)
parent84a2201964df4c255f7b605951a0ddbae124184f (diff)
downloadnginx-5a9a897d7b632d6123aacabf1c0f141db0ad799b.tar.gz
nginx-5a9a897d7b632d6123aacabf1c0f141db0ad799b.tar.bz2
Merged with the default branch.
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 afb73bf71..ab64a5ad0 100644
--- a/src/core/ngx_log.h
+++ b/src/core/ngx_log.h
@@ -228,7 +228,7 @@ void ngx_cdecl ngx_log_debug_core(ngx_log_t *log, ngx_err_t err,
/*********************************/
-ngx_log_t *ngx_log_init(u_char *prefix);
+ngx_log_t *ngx_log_init(u_char *prefix, u_char *error_log);
void ngx_cdecl ngx_log_abort(ngx_err_t err, const char *fmt, ...);
void ngx_cdecl ngx_log_stderr(ngx_err_t err, const char *fmt, ...);
u_char *ngx_log_errno(u_char *buf, u_char *last, ngx_err_t err);