comparison src/core/ngx_conf_file.h @ 326:8733703a37f3

nginx-0.0.3-2004-04-26-00:13:21 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Apr 2004 20:13:21 +0000
parents d71c87d11b16
children ca9a7f8c86da
comparison
equal deleted inserted replaced
325:7c3323909107 326:8733703a37f3
272 char *ngx_conf_set_bufs_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 272 char *ngx_conf_set_bufs_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
273 char *ngx_conf_set_enum_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 273 char *ngx_conf_set_enum_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
274 char *ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 274 char *ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
275 275
276 276
277 extern ngx_int_t ngx_max_module; 277 extern ngx_uint_t ngx_max_module;
278 extern ngx_module_t *ngx_modules[]; 278 extern ngx_module_t *ngx_modules[];
279 279
280 280
281 #endif /* _NGX_HTTP_CONF_FILE_H_INCLUDED_ */ 281 #endif /* _NGX_HTTP_CONF_FILE_H_INCLUDED_ */