--- parser3/src/include/pa_xml_io.h 2005/08/09 08:14:50 1.4 +++ parser3/src/include/pa_xml_io.h 2015/10/26 01:21:57 1.7 @@ -1,7 +1,7 @@ /** @file Parser: plugins to xml library, controlling i/o. - Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ @@ -11,14 +11,14 @@ #ifndef PA_XML_IO_H #define PA_XML_IO_H -static const char * const IDENT_XML_IO_H="$Date: 2005/08/09 08:14:50 $"; +#define IDENT_PA_XML_IO_H "$Id: pa_xml_io.h,v 1.7 2015/10/26 01:21:57 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_xmlGetDependencies();