view src/os/unix/ngx_types.h @ 185:d5f50cefc322

nginx-0.0.1-2003-11-14-19:52:04 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 14 Nov 2003 16:52:04 +0000
parents c0552e5ab567
children c1f3a3c7c5db
line wrap: on
line source

#ifndef _NGX_TYPES_H_INCLUDED_
#define _NGX_TYPES_H_INCLUDED_


#include <ngx_config.h>


typedef int            ngx_fd_t;
typedef struct stat    ngx_file_info_t;
typedef ino_t          ngx_file_uniq_t;

typedef DIR            ngx_dir_t;
typedef struct dirent  ngx_dirent_t;


#endif /* _NGX_TYPES_H_INCLUDED_ */