summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_log_handler.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-16 07:10:12 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-03-16 07:10:12 +0000
commit10a543a810ac78eb5d754302b001debf9cd420c4 (patch)
treea4a4f43835bed4549007b82db516d460fc86c555 /src/http/ngx_http_log_handler.h
parent5596ede94ed311bb9d16ee11f6f68c97eb46d836 (diff)
downloadnginx-10a543a810ac78eb5d754302b001debf9cd420c4.tar.gz
nginx-10a543a810ac78eb5d754302b001debf9cd420c4.tar.bz2
nginx-0.0.2-2004-03-16-10:10:12 import
Diffstat (limited to 'src/http/ngx_http_log_handler.h')
-rw-r--r--src/http/ngx_http_log_handler.h4
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