diff src/http/ngx_http_config.h @ 177:4db54fdbcbe7

nginx-0.0.1-2003-11-10-20:17:31 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 17:17:31 +0000
parents c0552e5ab567
children 11ff50a35d6d
line wrap: on
line diff
--- 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);