comparison src/http/ngx_http.h @ 176:c0552e5ab567

nginx-0.0.1-2003-11-09-23:03:38 import; separate building
author Igor Sysoev <igor@sysoev.ru>
date Sun, 09 Nov 2003 20:03:38 +0000
parents ea464a6c0581
children a8ff48d26cca
comparison
equal deleted inserted replaced
175:e92c2c647c57 176:c0552e5ab567
7 #include <ngx_http_request.h> 7 #include <ngx_http_request.h>
8 #include <ngx_http_config.h> 8 #include <ngx_http_config.h>
9 #include <ngx_http_cache.h> 9 #include <ngx_http_cache.h>
10 #include <ngx_http_busy_lock.h> 10 #include <ngx_http_busy_lock.h>
11 #include <ngx_http_filter.h> 11 #include <ngx_http_filter.h>
12 #include <ngx_http_log_handler.h>
12 #include <ngx_http_core_module.h> 13 #include <ngx_http_core_module.h>
13 14
14 15
15 typedef struct { 16 typedef struct {
16 char *action; 17 char *action;