--- parser3/src/include/pa_common.h 2003/11/20 16:34:24 1.97 +++ parser3/src/include/pa_common.h 2004/07/26 14:43:08 1.100 @@ -1,14 +1,14 @@ /** @file Parser: commonly used functions. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_COMMON_H #define PA_COMMON_H -static const char * const IDENT_COMMON_H="$Date: 2003/11/20 16:34:24 $"; +static const char * const IDENT_COMMON_H="$Date: 2004/07/26 14:43:08 $"; #include "pa_string.h" #include "pa_hash.h" @@ -117,7 +117,8 @@ File_read_result file_read(Request_chars const String& file_spec, bool as_text, HashStringValue* options=0, - bool fail_on_read_problem=true); + bool fail_on_read_problem=true, + char* buf=0, size_t offset=0, size_t size=0); typedef void (*File_write_action)(int f, void *context); @@ -209,6 +210,8 @@ void remove_crlf(char *start, char *end) void check_safe_mode(struct stat finfo, const String& file_spec, const char* fname); #endif +char* pa_base64(const char *in, size_t len); + // globals extern const String file_status_name;