comparison src/http/ngx_http_cache.h @ 173:4fb2a2cff023

nginx-0.0.1-2003-11-04-20:09:19 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 04 Nov 2003 17:09:19 +0000
parents caa57ddf6d77
children ea464a6c0581
comparison
equal deleted inserted replaced
172:caa57ddf6d77 173:4fb2a2cff023
2 #define _NGX_HTTP_CACHE_H_INCLUDED_ 2 #define _NGX_HTTP_CACHE_H_INCLUDED_
3 3
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 #include <ngx_http.h>
7 8
8 9
9 typedef struct { 10 typedef struct {
10 time_t expires; 11 time_t expires;
11 time_t last_modified; 12 time_t last_modified;