comparison src/core/ngx_modules.c @ 43:53cd05892261

nginx-0.0.1-2002-12-27-19:22:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Dec 2002 16:22:50 +0000
parents cd035a94e0b6
children 59229033ae93
comparison
equal deleted inserted replaced
42:cd035a94e0b6 43:53cd05892261
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 3
4 #include <ngx_config_file.h> 4 #include <ngx_conf_file.h>
5 5
6 6
7 extern ngx_module_t ngx_http_header_filter_module; 7 extern ngx_module_t ngx_http_header_filter_module;
8 8
9 extern ngx_module_t ngx_http_write_filter_module; 9 extern ngx_module_t ngx_http_write_filter_module;