comparison src/http/ngx_http_output_filter.h @ 10:4f3879d9b6f6

nginx-0.0.1-2002-09-11-19:18:33 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Sep 2002 15:18:33 +0000
parents 6f58641241bb
children 53cb81681040
comparison
equal deleted inserted replaced
9:6f58641241bb 10:4f3879d9b6f6
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); 26 int ngx_http_output_filter(ngx_http_request_t *r, ngx_hunk_t *hunk);
27 27
28 extern ngx_http_module_t ngx_http_output_filter_module;
29
28 30
29 #endif /* _NGX_HTTP_OUTPUT_FILTER_H_INCLUDED_ */ 31 #endif /* _NGX_HTTP_OUTPUT_FILTER_H_INCLUDED_ */