diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-10-03 20:02:06 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-10-03 20:02:06 +0000 |
commit | aad1b89b68b0651b5729b15203081f6b4620847a (patch) | |
tree | 8a5906c3607c082e27d4d8ebc1e9a9e5b42822b5 /src/core/ngx_log.h | |
parent | 8035fd27919d1f598b0d655a3bf30200220462d3 (diff) | |
download | nginx-aad1b89b68b0651b5729b15203081f6b4620847a.tar.gz nginx-aad1b89b68b0651b5729b15203081f6b4620847a.zip |
nginx-0.1.0-2004-10-04-00:02:06 import
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r-- | src/core/ngx_log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index 4133f9835..e82995e75 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -196,7 +196,9 @@ 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_stderr(); +#if 0 ngx_int_t ngx_log_init_error_log(); +#endif 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); |