comparison src/core/ngx_conf_file.h @ 191:71ce40b3c37b

nginx-0.0.1-2003-11-19-19:26:41 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Nov 2003 16:26:41 +0000
parents 02a715e85df1
children 8dee38ea9117
comparison
equal deleted inserted replaced
190:02a715e85df1 191:71ce40b3c37b
262 262
263 char *ngx_conf_set_core_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, 263 char *ngx_conf_set_core_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd,
264 void *conf); 264 void *conf);
265 265
266 266
267 extern ngx_module_t *ngx_modules[]; 267 extern ngx_module_t *ngx_modules[];
268 extern ngx_cycle_t *ngx_cycle; 268 extern volatile ngx_cycle_t *ngx_cycle;
269 extern ngx_array_t ngx_old_cycles; 269 extern ngx_array_t ngx_old_cycles;
270 270
271 271
272 #endif /* _NGX_HTTP_CONF_FILE_H_INCLUDED_ */ 272 #endif /* _NGX_HTTP_CONF_FILE_H_INCLUDED_ */