summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-12 13:11:36 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-12 13:11:36 +0000
commit390abe0772d9942d953b40fd4cca18b056348bda (patch)
treec626c7b5d4e33ed860af78ddb4b50087a69aed43 /src/http/ngx_http.h
parenta408b2ba2d2b4d4edae8db788269b62c41bc2cc9 (diff)
downloadnginx-390abe0772d9942d953b40fd4cca18b056348bda.tar.gz
nginx-390abe0772d9942d953b40fd4cca18b056348bda.tar.bz2
use hash in gzip_types, ssi_types, and sub_filter_types
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 180da8194..afbc69de9 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -117,6 +117,8 @@ char *ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types,
extern ngx_module_t ngx_http_module;
+extern ngx_str_t ngx_http_html_default_types[];
+
extern ngx_http_output_header_filter_pt ngx_http_top_header_filter;
extern ngx_http_output_body_filter_pt ngx_http_top_body_filter;