1 #ifndef LIBDOC_H_INCLUDED
2 #define LIBDOC_H_INCLUDED
3 void XmlInitParserLib(void);
4 void XmlCleanupParserLib(void);
5 void CloseXML2File(PGLOBAL, PFBLOCK, bool);
6 #endif
7