From 10a543a810ac78eb5d754302b001debf9cd420c4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 16 Mar 2004 07:10:12 +0000 Subject: nginx-0.0.2-2004-03-16-10:10:12 import --- src/http/ngx_http_log_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/http/ngx_http_log_handler.h') 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 -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 -- cgit