--- parser3/src/include/pa_common.h 2002/06/10 14:37:35 1.77 +++ parser3/src/include/pa_common.h 2002/08/15 12:05:36 1.80 @@ -3,13 +3,13 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: pa_common.h,v 1.77 2002/06/10 14:37:35 paf Exp $ */ #ifndef PA_COMMON_H #define PA_COMMON_H +static const char* IDENT_COMMON_H="$Date: 2002/08/15 12:05:36 $"; + #include "pa_pool.h" #include "pa_string.h" @@ -179,14 +179,6 @@ size_t stdout_write(const void *buf, siz char *unescape_chars(Pool& pool, const char *cp, int len); -/** - $content-type[text/html] -> - content-type: text/html - $content-type[$value[text/html] charset[windows-1251]] -> - content-type: text/html; charset=windows-1251 -*/ -const String& attributed_meaning_to_string(Value& meaning, String::Untaint_lang lang); - #ifdef WIN32 void back_slashes_to_slashes(char *s); //void slashes_to_back_slashes(char *s);