--- parser3/src/include/pa_xml_io.h 2004/02/13 14:01:08 1.3 +++ parser3/src/include/pa_xml_io.h 2024/11/04 03:53:25 1.12 @@ -1,8 +1,8 @@ /** @file Parser: plugins to xml library, controlling i/o. - Copyright (c) 2001-2004 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 */ #include "pa_config_includes.h" @@ -11,16 +11,16 @@ #ifndef PA_XML_IO_H #define PA_XML_IO_H -static const char * const IDENT_XML_IO_H="$Date: 2004/02/13 14:01:08 $"; +#define IDENT_PA_XML_IO_H "$Id: pa_xml_io.h,v 1.12 2024/11/04 03:53:25 moko Exp $" #include "pa_string.h" #include "pa_hash.h" void pa_xml_io_init(); -typedef Hash HashStringBool; +typedef HashString HashStringBool; -void pa_xmlStartMonitoringDependencies(); +HashStringBool* pa_xmlStartMonitoringDependencies(); HashStringBool* pa_xmlGetDependencies(); #endif