comparison src/os/unix/ngx_types.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 7e86d028d8f0
children d5f50cefc322
comparison
equal deleted inserted replaced
175:e92c2c647c57 176:c0552e5ab567
8 #include <sys/stat.h> 8 #include <sys/stat.h>
9 9
10 10
11 typedef int ngx_fd_t; 11 typedef int ngx_fd_t;
12 typedef struct stat ngx_file_info_t; 12 typedef struct stat ngx_file_info_t;
13 typedef ino_t ngx_file_uniq_t;
14
13 15
14 16
15 #endif /* _NGX_TYPES_H_INCLUDED_ */ 17 #endif /* _NGX_TYPES_H_INCLUDED_ */