comparison src/core/ngx_conf_file.h @ 117:f6e3c5d019b6

nginx-0.0.1-2003-07-11-19:17:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 11 Jul 2003 15:17:50 +0000
parents ac69ab96328d
children 5bf52498665c
comparison
equal deleted inserted replaced
116:571bcbff82c5 117:f6e3c5d019b6
182 char *ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 182 char *ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
183 char *ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 183 char *ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
184 char *ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 184 char *ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
185 char *ngx_conf_set_time_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 185 char *ngx_conf_set_time_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
186 186
187 char *ngx_conf_set_core_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd,
188 void *conf);
187 189
188 extern ngx_module_t *ngx_modules[]; 190 extern ngx_module_t *ngx_modules[];
189 extern ngx_cycle_t *ngx_cycle; 191 extern ngx_cycle_t *ngx_cycle;
190 extern ngx_array_t ngx_old_cycles; 192 extern ngx_array_t ngx_old_cycles;
191 193