diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 16:31:31 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2009-05-18 16:31:31 +0000 |
commit | 1b271801c3e9b1464a24c2ab3e104b7b2fb530a6 (patch) | |
tree | e423ec50dc241033b07fd1954f3c6aea1681bc3c /src/core/ngx_log.h | |
parent | 5e44792c14ec6bf5b0ea68717d754ba0105ae529 (diff) | |
download | nginx-0.6.37.tar.gz |
Changes with nginx 0.6.37 18 May 2009v0.6.37
*) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
in mail proxy server.
Thanks to Maxim Dounin.
*) Bugfix: nginx could not be built on platforms different from i386,
amd64, sparc, and ppc; the bug had appeared in 0.6.36.
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r-- | src/core/ngx_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index 1fd1ad8ad..73de6fddc 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -198,7 +198,7 @@ void ngx_cdecl ngx_log_debug_core(ngx_log_t *log, ngx_err_t err, ngx_log_t *ngx_log_init(void); ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_array_t *args); char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log); -void ngx_log_abort(ngx_err_t err, const char *text); +void ngx_log_abort(ngx_err_t err, const char *text, void *param); extern ngx_module_t ngx_errlog_module; |