comparison src/http/ngx_http.h @ 1666:695cb0bf4dc4

delete unneeded declaration
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Nov 2007 10:14:04 +0000
parents 4435ca2e467d
children 755e09d5c271
comparison
equal deleted inserted replaced
1665:3fba0f97580c 1666:695cb0bf4dc4
112 112
113 extern ngx_http_output_header_filter_pt ngx_http_top_header_filter; 113 extern ngx_http_output_header_filter_pt ngx_http_top_header_filter;
114 extern ngx_http_output_body_filter_pt ngx_http_top_body_filter; 114 extern ngx_http_output_body_filter_pt ngx_http_top_body_filter;
115 115
116 116
117 /* STUB */
118 ngx_int_t ngx_http_log_handler(ngx_http_request_t *r);
119 /**/
120
121
122 #endif /* _NGX_HTTP_H_INCLUDED_ */ 117 #endif /* _NGX_HTTP_H_INCLUDED_ */