diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-12-26 16:26:23 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-26 16:26:23 +0000 |
| commit | 207ed5a589055899a5841d1a9f3074fc4ff407c5 (patch) | |
| tree | 69cb0a8bafe1997089f3faba616fd6f3f3abe50a /src/http/ngx_http_core.h | |
| parent | 960ffa42cb161b3769cde9bbf2212092e751dfab (diff) | |
| download | nginx-207ed5a589055899a5841d1a9f3074fc4ff407c5.tar.gz nginx-207ed5a589055899a5841d1a9f3074fc4ff407c5.tar.bz2 | |
nginx-0.0.1-2002-12-26-19:26:23 import
Diffstat (limited to 'src/http/ngx_http_core.h')
| -rw-r--r-- | src/http/ngx_http_core.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/http/ngx_http_core.h b/src/http/ngx_http_core.h index e9846f82c..513ed6e8f 100644 --- a/src/http/ngx_http_core.h +++ b/src/http/ngx_http_core.h @@ -9,16 +9,22 @@ 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_loc_conf_t; -extern ngx_http_module_t ngx_http_core_module; +extern ngx_http_module_t ngx_http_core_module_ctx; +extern ngx_module_t ngx_http_core_module; + +extern int (*ngx_http_top_header_filter) (ngx_http_request_t *r); +extern int ngx_http_max_module; #endif /* _NGX_HTTP_CORE_H_INCLUDED_ */ |
