Annotation of parser3/src/include/pa_xml_io.h, revision 1.1
1.1 ! paf 1: /** @file
! 2: Parser: plugins to xml library, controlling i/o.
! 3:
! 4: Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com)
! 5: Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
! 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:
! 14: static const char * const IDENT_XML_IO_H="$Date: 2003/11/20 16:34:25 $";
! 15:
! 16: void pa_xml_io_init();
! 17:
! 18: #endif
! 19: #endif
E-mail: