comparison src/http/ngx_http_output_filter.h @ 41:59e7c7f30d49

nginx-0.0.1-2002-12-26-19:26:23 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 26 Dec 2002 16:26:23 +0000
parents d5d4f3bba6f0
children 53cd05892261
comparison
equal deleted inserted replaced
40:d5d4f3bba6f0 41:59e7c7f30d49
21 ngx_chain_t out; 21 ngx_chain_t out;
22 unsigned last; 22 unsigned last;
23 } ngx_http_output_filter_ctx_t; 23 } ngx_http_output_filter_ctx_t;
24 24
25 25
26 int ngx_http_output_filter(ngx_http_request_t *r, ngx_hunk_t *hunk);
27
28
26 extern ngx_module_t ngx_http_output_filter_module; 29 extern ngx_module_t ngx_http_output_filter_module;
27 30
28 31
29 #endif /* _NGX_HTTP_OUTPUT_FILTER_H_INCLUDED_ */ 32 #endif /* _NGX_HTTP_OUTPUT_FILTER_H_INCLUDED_ */