From 7832933eed3cb0187eca4fba87076f10c897925e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 10 Nov 2003 17:17:31 +0000 Subject: nginx-0.0.1-2003-11-10-20:17:31 import --- src/http/ngx_http_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_config.h') 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); -- cgit