--- parser3/src/targets/apache13/Attic/mod_parser3.c 2003/08/19 14:28:29 1.3 +++ parser3/src/targets/apache13/Attic/mod_parser3.c 2003/09/30 08:38:04 1.7 @@ -5,9 +5,9 @@ Parser: apache 1.3 module, part, compile Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_MOD_PARSER3_C="$Date: 2003/08/19 14:28:29 $"; +static const char* IDENT_MOD_PARSER3_C="$Date: 2003/09/30 08:38:04 $"; -#if _MSC_VER +#ifdef WIN32 #include #endif @@ -121,7 +121,7 @@ static int parser_handler(request_rec *a ar->method, ar->headers_out, ar->subprocess_env, - ar->content_type, + &ar->content_type, ar->uri, ar->filename, ar->path_info, @@ -131,7 +131,7 @@ static int parser_handler(request_rec *a // config Parser_module_config *dcfg=our_dconfig(ar); - + return pa_parser_handler(&lr, dcfg); }