diff src/http/ngx_http_core.h @ 19:d7908993fdeb

nginx-0.0.1-2002-12-02-19:09:40 import; resume after 2 months stall
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Dec 2002 16:09:40 +0000
parents 2aba961a1d34
children 59e7c7f30d49
line wrap: on
line diff
--- a/src/http/ngx_http_core.h
+++ b/src/http/ngx_http_core.h
@@ -6,8 +6,16 @@
 
 
 typedef struct {
+    int dummy;
+} ngx_http_core_conf_t;
+
+typedef struct {
+    int dummy;
+} ngx_http_core_srv_conf_t;
+
+typedef struct {
     time_t  send_timeout;
-} ngx_http_core_conf_t;
+} ngx_http_core_loc_conf_t;
 
 
 extern ngx_http_module_t  ngx_http_core_module;