diff src/http/ngx_http_log_handler.h @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents 05592fd7a436
children 0d08eabe5c7b
line wrap: on
line diff
--- 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