comparison src/core/ngx_file.h @ 92:19cc647ecd91

nginx-0.0.1-2003-05-20-19:37:55 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 May 2003 15:37:55 +0000
parents a7e45c45a95c
children 7ebc8b7fb816
comparison
equal deleted inserted replaced
91:637625a2acdb 92:19cc647ecd91
1 #ifndef _NGX_FILE_H_INCLUDED_ 1 #ifndef _NGX_FILE_H_INCLUDED_
2 #define _NGX_FILE_H_INCLUDED_ 2 #define _NGX_FILE_H_INCLUDED_
3 3
4 4
5 #include <ngx_file.h>
6 #include <ngx_log.h> 5 #include <ngx_log.h>
7 #include <ngx_alloc.h> 6 #include <ngx_alloc.h>
8 #include <ngx_string.h> 7 #include <ngx_string.h>
9 8
10 typedef struct ngx_file_s ngx_file_t; 9 typedef struct ngx_file_s ngx_file_t;