[Anet-checkins] CVS: ANet/ANet_Daemon/Common XMLParser.h,NONE,1.1
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@us...> - 2002-01-02 21:48:19
|
Update of /cvsroot/anet/ANet/ANet_Daemon/Common In directory usw-pr-cvs1:/tmp/cvs-serv19930 Added Files: XMLParser.h Log Message: Starting XML parser. --- NEW FILE: XMLParser.h --- #include "XMLCommon.h" #ifndef DEFINE_XML_HASH extern ANetMemoryTag XMLHash; #endif UInt32 ANetInitXMLParser(); UInt32 ANetCleanupXMLParser(); UInt32 ANetParseXMLBuffer(ANetMemoryTag buf, ANetTagID *root); //! For testing only! UInt32 ANetParseXMLFile(char *file, ANetTagID *root); |