comparison src/core/ngx_file.h @ 57:a499e0d1f16e

nginx-0.0.1-2003-01-30-10:28:09 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Jan 2003 07:28:09 +0000
parents 79c1fce18e71
children e8cdc2989cee
comparison
equal deleted inserted replaced
56:058f01f78761 57:a499e0d1f16e
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_files.h> 5 #include <ngx_file.h>
6 #include <ngx_log.h> 6 #include <ngx_log.h>
7 #include <ngx_string.h> 7 #include <ngx_string.h>
8 8
9 typedef struct ngx_file_s ngx_file_t; 9 typedef struct ngx_file_s ngx_file_t;
10 10