comparison src/http/ngx_http_core.h @ 41:59e7c7f30d49

nginx-0.0.1-2002-12-26-19:26:23 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 26 Dec 2002 16:26:23 +0000
parents d7908993fdeb
children
comparison
equal deleted inserted replaced
40:d5d4f3bba6f0 41:59e7c7f30d49
7 7
8 typedef struct { 8 typedef struct {
9 int dummy; 9 int dummy;
10 } ngx_http_core_conf_t; 10 } ngx_http_core_conf_t;
11 11
12
12 typedef struct { 13 typedef struct {
13 int dummy; 14 int dummy;
14 } ngx_http_core_srv_conf_t; 15 } ngx_http_core_srv_conf_t;
16
15 17
16 typedef struct { 18 typedef struct {
17 time_t send_timeout; 19 time_t send_timeout;
18 } ngx_http_core_loc_conf_t; 20 } ngx_http_core_loc_conf_t;
19 21
20 22
21 extern ngx_http_module_t ngx_http_core_module; 23 extern ngx_http_module_t ngx_http_core_module_ctx;
24 extern ngx_module_t ngx_http_core_module;
25
26 extern int (*ngx_http_top_header_filter) (ngx_http_request_t *r);
27 extern int ngx_http_max_module;
22 28
23 29
24 #endif /* _NGX_HTTP_CORE_H_INCLUDED_ */ 30 #endif /* _NGX_HTTP_CORE_H_INCLUDED_ */