--- parser3/src/include/pa_http.h 2008/06/11 11:38:18 1.2 +++ parser3/src/include/pa_http.h 2009/07/03 07:30:04 1.5 @@ -1,14 +1,14 @@ /** @file Parser: commonly used functions. - Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2009 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_HTTP_H #define PA_HTTP_H -static const char * const IDENT_HTTP_H="$Date: 2008/06/11 11:38:18 $"; +static const char * const IDENT_HTTP_H="$Date: 2009/07/03 07:30:04 $"; #include "pa_vstring.h" #include "pa_vint.h" @@ -31,7 +31,6 @@ int PASCAL closesocket(SOCKET); # endif #endif -const char* pa_form2string(HashStringValue& form); #ifndef DOXYGEN struct File_read_http_result { char *str; size_t length; @@ -39,9 +38,9 @@ struct File_read_http_result { }; #endif -File_read_http_result pa_internal_file_read_http(Request_charsets& charsets, - const String& file_spec, - bool as_text, +File_read_http_result pa_internal_file_read_http(Request& r, + const String& file_spec, + bool as_text, HashStringValue *options=0, bool transcode_text_result=true);