comparison 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
comparison
equal deleted inserted replaced
176:c0552e5ab567 177:4db54fdbcbe7
18 int (*output_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch); 18 int (*output_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch);
19 } ngx_http_conf_filter_t; 19 } ngx_http_conf_filter_t;
20 20
21 21
22 typedef struct { 22 typedef struct {
23 int (*pre_conf)(ngx_conf_t *cf);
24
23 void *(*create_main_conf)(ngx_conf_t *cf); 25 void *(*create_main_conf)(ngx_conf_t *cf);
24 char *(*init_main_conf)(ngx_conf_t *cf, void *conf); 26 char *(*init_main_conf)(ngx_conf_t *cf, void *conf);
25 27
26 void *(*create_srv_conf)(ngx_conf_t *cf); 28 void *(*create_srv_conf)(ngx_conf_t *cf);
27 char *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, void *conf); 29 char *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, void *conf);