view src/http/ngx_http_core.h @ 17:8dd06e2844f5

nginx-0.0.1-2002-09-27-19:05:29 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Sep 2002 15:05:29 +0000
parents 2aba961a1d34
children d7908993fdeb
line wrap: on
line source

#ifndef _NGX_HTTP_CORE_H_INCLUDED_
#define _NGX_HTTP_CORE_H_INCLUDED_


#include <ngx_http.h>


typedef struct {
    time_t  send_timeout;
} ngx_http_core_conf_t;


extern ngx_http_module_t  ngx_http_core_module;


#endif /* _NGX_HTTP_CORE_H_INCLUDED_ */