commit | e55988c06941931d60241fb40c7e878cf5484ddf | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sat May 24 14:14:13 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sat May 24 14:14:13 2008 +0000 |
tree | 8b02d15279950c3e41e31ea05ecc5219461f672c | |
parent | 5cdc511fcd825c522340742f005302d3d7d87771 [diff] [blame] |
locations tree
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 96de02a..fe2b7cc 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -57,6 +57,10 @@ #define ngx_http_set_ctx(r, c, module) r->ctx[module.ctx_index] = c; +ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations, + ngx_http_core_loc_conf_t *clcf); + + void ngx_http_init_connection(ngx_connection_t *c); #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME