diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-10-22 16:38:26 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-22 16:38:26 +0000 |
| commit | dc9dd434aa1cfd24a98265742ff0ed4aeefc1f05 (patch) | |
| tree | ceedf7b247bf2d5291da9c0cc2243fd3c3e505a9 /src/http/ngx_http.h | |
| parent | 5bf3d25d69ecdbccaa98beeb089a7a6850529b89 (diff) | |
| download | nginx-dc9dd434aa1cfd24a98265742ff0ed4aeefc1f05.tar.gz nginx-dc9dd434aa1cfd24a98265742ff0ed4aeefc1f05.tar.bz2 | |
nginx-0.0.1-2003-10-22-20:38:26 import
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 63a6adba6..09a690a9c 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -17,12 +17,6 @@ typedef struct { } ngx_http_log_ctx_t; -typedef int (*ngx_http_output_header_filter_p)(ngx_http_request_t *r); - -typedef int (*ngx_http_output_body_filter_p) - (ngx_http_request_t *r, ngx_chain_t *chain); - - #define ngx_http_get_module_ctx(r, module) r->ctx[module.ctx_index] #define ngx_http_create_ctx(r, cx, module, size, error) \ @@ -82,13 +76,6 @@ extern ngx_module_t ngx_http_module; extern int ngx_max_module; -extern ngx_array_t ngx_http_translate_handlers; -extern ngx_array_t ngx_http_index_handlers; - -extern int (*ngx_http_top_header_filter) (ngx_http_request_t *r); -extern int (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch); - - /* STUB */ int ngx_http_log_handler(ngx_http_request_t *r); /**/ |
