comparison src/core/ngx_core.h @ 191:71ce40b3c37b

nginx-0.0.1-2003-11-19-19:26:41 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Nov 2003 16:26:41 +0000
parents c1f3a3c7c5db
children 8dee38ea9117
comparison
equal deleted inserted replaced
190:02a715e85df1 191:71ce40b3c37b
3 3
4 4
5 typedef struct ngx_module_s ngx_module_t; 5 typedef struct ngx_module_s ngx_module_t;
6 typedef struct ngx_conf_s ngx_conf_t; 6 typedef struct ngx_conf_s ngx_conf_t;
7 typedef struct ngx_cycle_s ngx_cycle_t; 7 typedef struct ngx_cycle_s ngx_cycle_t;
8 typedef struct ngx_log_s ngx_log_t;
8 typedef struct ngx_open_file_s ngx_open_file_t; 9 typedef struct ngx_open_file_s ngx_open_file_t;
9 typedef struct ngx_command_s ngx_command_t; 10 typedef struct ngx_command_s ngx_command_t;
10 11
11 typedef struct ngx_file_s ngx_file_t; 12 typedef struct ngx_file_s ngx_file_t;
12 typedef struct ngx_event_s ngx_event_t; 13 typedef struct ngx_event_s ngx_event_t;