diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-06-16 15:32:11 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-16 15:32:11 +0000 |
| commit | 2f65722941903cfb5b4819bbf32b61ed1d330749 (patch) | |
| tree | 77fb2186a9afef9acdbc77e60e43a82fc4dae122 /src/http/ngx_http.c | |
| parent | d09f7a1e9aa5816493e2fef93074383d95140c13 (diff) | |
| download | nginx-2f65722941903cfb5b4819bbf32b61ed1d330749.tar.gz nginx-2f65722941903cfb5b4819bbf32b61ed1d330749.tar.bz2 | |
nginx-0.0.7-2004-06-16-19:32:11 import
Diffstat (limited to 'src/http/ngx_http.c')
| -rw-r--r-- | src/http/ngx_http.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 73333df37..9e040d6f6 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -14,8 +14,8 @@ ngx_uint_t ngx_http_total_requests; uint64_t ngx_http_total_sent; -int (*ngx_http_top_header_filter) (ngx_http_request_t *r); -int (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch); +ngx_int_t (*ngx_http_top_header_filter) (ngx_http_request_t *r); +ngx_int_t (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch); static ngx_command_t ngx_http_commands[] = { |
