comparison src/http/ngx_http.h @ 201:267ea1d98683

nginx-0.0.1-2003-11-30-23:03:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 30 Nov 2003 20:03:18 +0000
parents abeaebe0a33c
children 679f60139863
comparison
equal deleted inserted replaced
200:abeaebe0a33c 201:267ea1d98683
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 #include <ngx_garbage_collector.h> 7 #include <ngx_garbage_collector.h>
8 8
9 typedef struct ngx_http_request_s ngx_http_request_t; 9 typedef struct ngx_http_request_s ngx_http_request_t;
10 typedef struct ngx_http_cleanup_s ngx_http_cleanup_t;
10 11
11 #include <ngx_http_cache.h> 12 #include <ngx_http_cache.h>
12 #include <ngx_http_request.h> 13 #include <ngx_http_request.h>
13 #include <ngx_http_config.h> 14 #include <ngx_http_config.h>
14 #include <ngx_http_busy_lock.h> 15 #include <ngx_http_busy_lock.h>