diff src/http/ngx_http_output_filter.h @ 10:4f3879d9b6f6

nginx-0.0.1-2002-09-11-19:18:33 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Sep 2002 15:18:33 +0000
parents 6f58641241bb
children 53cb81681040
line wrap: on
line diff
--- a/src/http/ngx_http_output_filter.h
+++ b/src/http/ngx_http_output_filter.h
@@ -25,5 +25,7 @@ typedef struct {
 
 int ngx_http_output_filter(ngx_http_request_t *r, ngx_hunk_t *hunk);
 
+extern ngx_http_module_t  ngx_http_output_filter_module;
+
 
 #endif /* _NGX_HTTP_OUTPUT_FILTER_H_INCLUDED_ */