diff src/http/ngx_http_core_module.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 ba876b26b76d
children d4241d7787fe
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -105,8 +105,8 @@ typedef struct {
 
 
 typedef struct {
-    int        code;
-    int        overwrite;
+    ngx_int_t  status;
+    ngx_int_t  overwrite;
     ngx_str_t  uri;
 } ngx_http_err_page_t;