--- parser3/src/include/pa_http.h 2005/11/24 12:28:48 1.1 +++ parser3/src/include/pa_http.h 2008/06/11 11:38:18 1.2 @@ -8,7 +8,7 @@ #ifndef PA_HTTP_H #define PA_HTTP_H -static const char * const IDENT_HTTP_H="$Date: 2005/11/24 12:28:48 $"; +static const char * const IDENT_HTTP_H="$Date: 2008/06/11 11:38:18 $"; #include "pa_vstring.h" #include "pa_vint.h" @@ -42,6 +42,7 @@ struct File_read_http_result { File_read_http_result pa_internal_file_read_http(Request_charsets& charsets, const String& file_spec, bool as_text, - HashStringValue *options=0); + HashStringValue *options=0, + bool transcode_text_result=true); #endif