comparison 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
comparison
equal deleted inserted replaced
18:72ad26c77d2d 19:d7908993fdeb
4 4
5 #include <ngx_http.h> 5 #include <ngx_http.h>
6 6
7 7
8 typedef struct { 8 typedef struct {
9 int dummy;
10 } ngx_http_core_conf_t;
11
12 typedef struct {
13 int dummy;
14 } ngx_http_core_srv_conf_t;
15
16 typedef struct {
9 time_t send_timeout; 17 time_t send_timeout;
10 } ngx_http_core_conf_t; 18 } ngx_http_core_loc_conf_t;
11 19
12 20
13 extern ngx_http_module_t ngx_http_core_module; 21 extern ngx_http_module_t ngx_http_core_module;
14 22
15 23