delete unneeded declaration
Igor Sysoev
14 years ago
113 | 113 |
extern ngx_http_output_body_filter_pt ngx_http_top_body_filter;
|
114 | 114 |
|
115 | 115 |
|
116 | |
/* STUB */
|
117 | |
ngx_int_t ngx_http_log_handler(ngx_http_request_t *r);
|
118 | |
/**/
|
119 | |
|
120 | |
|
121 | 116 |
#endif /* _NGX_HTTP_H_INCLUDED_ */
|