comparison src/event/ngx_event_proxy.h @ 139:54307053f185

nginx-0.0.1-2003-10-07-19:30:05 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 07 Oct 2003 15:30:05 +0000
parents a7e45c45a95c
children 5526213be452
comparison
equal deleted inserted replaced
138:3b168e12bd2d 139:54307053f185
2 #define _NGX_EVENT_PROXY_H_INCLUDED_ 2 #define _NGX_EVENT_PROXY_H_INCLUDED_
3 3
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 #include <ngx_hunk.h> 7 #include <ngx_event.h>
8 #include <ngx_file.h>
9 #include <ngx_files.h>
10 #include <ngx_connection.h>
11 8
12 9
13 typedef struct ngx_event_proxy_s ngx_event_proxy_t; 10 typedef struct ngx_event_proxy_s ngx_event_proxy_t;
14 11
15 typedef int (*ngx_event_proxy_input_filter_pt)(ngx_event_proxy_t *p, 12 typedef int (*ngx_event_proxy_input_filter_pt)(ngx_event_proxy_t *p,