comparison src/http/ngx_http_core.h @ 13:2aba961a1d34

nginx-0.0.1-2002-09-16-19:01:44 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 Sep 2002 15:01:44 +0000
parents
children d7908993fdeb
comparison
equal deleted inserted replaced
12:055ed05235ae 13:2aba961a1d34
1 #ifndef _NGX_HTTP_CORE_H_INCLUDED_
2 #define _NGX_HTTP_CORE_H_INCLUDED_
3
4
5 #include <ngx_http.h>
6
7
8 typedef struct {
9 time_t send_timeout;
10 } ngx_http_core_conf_t;
11
12
13 extern ngx_http_module_t ngx_http_core_module;
14
15
16 #endif /* _NGX_HTTP_CORE_H_INCLUDED_ */