comparison src/http/ngx_http.h @ 5108:dcff052728ea

Removed unused prototype of ngx_http_find_server_conf(). This function prototype and its implementation was added in r90, but the implementation was removed in r97.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 11 Mar 2013 14:44:56 +0000
parents 903f2a5d86a5
children c0f7b94e88ba
comparison
equal deleted inserted replaced
5107:4b744a2fb1a6 5108:dcff052728ea
102 ngx_str_t *args); 102 ngx_str_t *args);
103 ngx_int_t ngx_http_parse_chunked(ngx_http_request_t *r, ngx_buf_t *b, 103 ngx_int_t ngx_http_parse_chunked(ngx_http_request_t *r, ngx_buf_t *b,
104 ngx_http_chunked_t *ctx); 104 ngx_http_chunked_t *ctx);
105 105
106 106
107 ngx_int_t ngx_http_find_server_conf(ngx_http_request_t *r);
108 void ngx_http_update_location_config(ngx_http_request_t *r); 107 void ngx_http_update_location_config(ngx_http_request_t *r);
109 void ngx_http_handler(ngx_http_request_t *r); 108 void ngx_http_handler(ngx_http_request_t *r);
110 void ngx_http_run_posted_requests(ngx_connection_t *c); 109 void ngx_http_run_posted_requests(ngx_connection_t *c);
111 ngx_int_t ngx_http_post_request(ngx_http_request_t *r, 110 ngx_int_t ngx_http_post_request(ngx_http_request_t *r,
112 ngx_http_posted_request_t *pr); 111 ngx_http_posted_request_t *pr);