summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_config.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-10 17:17:31 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-11-10 17:17:31 +0000
commit7832933eed3cb0187eca4fba87076f10c897925e (patch)
tree0ee672ca731819d447ec05da65e40610ae0d6ce4 /src/http/ngx_http_config.h
parent74e95c224ad84c6b84b5a834f49c014a441916b5 (diff)
downloadnginx-7832933eed3cb0187eca4fba87076f10c897925e.tar.gz
nginx-7832933eed3cb0187eca4fba87076f10c897925e.tar.bz2
nginx-0.0.1-2003-11-10-20:17:31 import
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_config.h b/src/http/ngx_http_config.h
index d12dfca94..ab5b47724 100644
--- a/src/http/ngx_http_config.h
+++ b/src/http/ngx_http_config.h
@@ -20,6 +20,8 @@ typedef struct {
typedef struct {
+ int (*pre_conf)(ngx_conf_t *cf);
+
void *(*create_main_conf)(ngx_conf_t *cf);
char *(*init_main_conf)(ngx_conf_t *cf, void *conf);