comparison src/http/ngx_http.h @ 2023:7d58e319285e

axe never used variables
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2008 11:11:16 +0000
parents 755e09d5c271
children f321b59ae0e9
comparison
equal deleted inserted replaced
2022:35b35b84f5ef 2023:7d58e319285e
104 104
105 105
106 extern ngx_module_t ngx_http_module; 106 extern ngx_module_t ngx_http_module;
107 107
108 108
109 extern ngx_uint_t ngx_http_total_requests;
110 extern uint64_t ngx_http_total_sent;
111
112
113 extern ngx_http_output_header_filter_pt ngx_http_top_header_filter; 109 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; 110 extern ngx_http_output_body_filter_pt ngx_http_top_body_filter;
115 111
116 112
117 #endif /* _NGX_HTTP_H_INCLUDED_ */ 113 #endif /* _NGX_HTTP_H_INCLUDED_ */