--- parser3/src/include/pa_globals.h 2005/08/05 13:02:59 1.111.8.1 +++ parser3/src/include/pa_globals.h 2024/11/04 03:53:25 1.120 @@ -1,18 +1,17 @@ /** @file Parser: global decls. - Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_GLOBALS_H #define PA_GLOBALS_H -static const char * const IDENT_GLOBALS_H="$Date: 2005/08/05 13:02:59 $"; +#define IDENT_PA_GLOBALS_H "$Id: pa_globals.h,v 1.120 2024/11/04 03:53:25 moko Exp $" #ifdef XML # include "libxml/tree.h" -# include "gdome.h" #endif class Request; @@ -23,13 +22,13 @@ void pa_globals_init(); /// finalize global variables void pa_globals_done(); +/// for lt_dlinit to be called once +void pa_dlinit(); + /// hex_value[c] = hex value of c extern short hex_value[0x100]; #ifdef XML -/// DOMImplementation -extern GdomeDOMImplementation *domimpl; - /// flag whether there were some xml generic errors on current thread bool xmlHaveGenericErrors(); /// get xml generic error accumulated for current thread. WARNING: it is up to caller to free up