diff options
Diffstat (limited to 'src/http/ngx_http_log_handler.h')
-rw-r--r-- | src/http/ngx_http_log_handler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_log_handler.h b/src/http/ngx_http_log_handler.h index c67a01b6f..2ffc61ae2 100644 --- a/src/http/ngx_http_log_handler.h +++ b/src/http/ngx_http_log_handler.h @@ -7,8 +7,8 @@ #include <ngx_http.h> -typedef char *(*ngx_http_log_op_pt) (ngx_http_request_t *r, char *buf, - uintptr_t data); +typedef u_char *(*ngx_http_log_op_pt) (ngx_http_request_t *r, u_char *buf, + uintptr_t data); #define NGX_HTTP_LOG_COPY_SHORT (ngx_http_log_op_pt) 0 #define NGX_HTTP_LOG_COPY_LONG (ngx_http_log_op_pt) -1 |