comparison src/http/ngx_http.h @ 6179:c61210e2e081

Removed unused ngx_http_get_time() declaration.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Jun 2015 20:42:24 +0300
parents a08fad30aeac
children 8b6fa4842133
comparison
equal deleted inserted replaced
6178:c041f1e0655f 6179:c61210e2e081
147 ngx_module_t *m, ngx_int_t error); 147 ngx_module_t *m, ngx_int_t error);
148 void ngx_http_clean_header(ngx_http_request_t *r); 148 void ngx_http_clean_header(ngx_http_request_t *r);
149 149
150 150
151 time_t ngx_http_parse_time(u_char *value, size_t len); 151 time_t ngx_http_parse_time(u_char *value, size_t len);
152 size_t ngx_http_get_time(char *buf, time_t t);
153
154 152
155 153
156 ngx_int_t ngx_http_discard_request_body(ngx_http_request_t *r); 154 ngx_int_t ngx_http_discard_request_body(ngx_http_request_t *r);
157 void ngx_http_discarded_request_body_handler(ngx_http_request_t *r); 155 void ngx_http_discarded_request_body_handler(ngx_http_request_t *r);
158 void ngx_http_block_reading(ngx_http_request_t *r); 156 void ngx_http_block_reading(ngx_http_request_t *r);