summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_index_handler.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-26 16:26:23 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-26 16:26:23 +0000
commit207ed5a589055899a5841d1a9f3074fc4ff407c5 (patch)
tree69cb0a8bafe1997089f3faba616fd6f3f3abe50a /src/http/modules/ngx_http_index_handler.h
parent960ffa42cb161b3769cde9bbf2212092e751dfab (diff)
downloadnginx-207ed5a589055899a5841d1a9f3074fc4ff407c5.tar.gz
nginx-207ed5a589055899a5841d1a9f3074fc4ff407c5.tar.bz2
nginx-0.0.1-2002-12-26-19:26:23 import
Diffstat (limited to 'src/http/modules/ngx_http_index_handler.h')
-rw-r--r--src/http/modules/ngx_http_index_handler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_index_handler.h b/src/http/modules/ngx_http_index_handler.h
index 66261b0bc..3dd6bd82c 100644
--- a/src/http/modules/ngx_http_index_handler.h
+++ b/src/http/modules/ngx_http_index_handler.h
@@ -9,13 +9,14 @@
#define NGX_HTTP_INDEX "index.html"
+
typedef struct {
ngx_array_t *indices;
size_t max_index_len;
} ngx_http_index_conf_t;
-extern ngx_http_module_t ngx_http_index_module;
+extern ngx_module_t ngx_http_index_module;
#endif /* _NGX_HTTP_INDEX_HANDLER_H_INCLUDED_ */