diff options
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r-- | src/core/ngx_log.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index 0de8c3edd..f18027277 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -170,8 +170,6 @@ void ngx_assert_core(ngx_log_t *log, const char *fmt, ...); 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); - extern ngx_module_t ngx_errlog_module; |