view src/http/ngx_http_core.h @ 38:2ffaa35fba42

nginx-0.0.1-2002-12-24-10:09:57 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Dec 2002 07:09:57 +0000
parents d7908993fdeb
children 59e7c7f30d49
line wrap: on
line source

#ifndef _NGX_HTTP_CORE_H_INCLUDED_
#define _NGX_HTTP_CORE_H_INCLUDED_


#include <ngx_http.h>


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;


#endif /* _NGX_HTTP_CORE_H_INCLUDED_ */