Annotation of parser3/src/include/pa_xml_io.h, revision 1.11

1.1       paf         1: /** @file
                      2:        Parser: plugins to xml library, controlling i/o.
                      3: 
1.11    ! moko        4:        Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com)
        !             5:        Authors: Konstantin Morshnev <moko@design.ru>, Alexandr Petrosian <paf@design.ru>
1.1       paf         6: */
                      7: 
                      8: #include "pa_config_includes.h"
                      9: 
                     10: #ifdef XML
                     11: #ifndef PA_XML_IO_H
                     12: #define PA_XML_IO_H
                     13: 
1.11    ! moko       14: #define IDENT_PA_XML_IO_H "$Id: pa_xml_io.h,v 1.10 2020/12/15 17:10:33 moko Exp $"
1.3       paf        15: 
                     16: #include "pa_string.h"
                     17: #include "pa_hash.h"
1.1       paf        18: 
                     19: void pa_xml_io_init();
1.3       paf        20: 
1.5       misha      21: typedef HashString<bool> HashStringBool;
1.3       paf        22: 
1.9       moko       23: HashStringBool* pa_xmlStartMonitoringDependencies();
1.3       paf        24: HashStringBool* pa_xmlGetDependencies();
1.1       paf        25: 
                     26: #endif
                     27: #endif

E-mail: