diff 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
line wrap: on
line diff
--- a/src/core/ngx_conf_file.h
+++ b/src/core/ngx_conf_file.h
@@ -274,7 +274,7 @@ char *ngx_conf_set_enum_slot(ngx_conf_t 
 char *ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
 
 
-extern ngx_int_t      ngx_max_module;
+extern ngx_uint_t     ngx_max_module;
 extern ngx_module_t  *ngx_modules[];