|
|
1.1.1.3 root 1: /*
1.1.1.4 root 2: Copyright (c) 2005 TrueCrypt Foundation. All rights reserved.
1.1.1.3 root 3:
1.1.1.5 ! root 4: Governed by the TrueCrypt License 2.5 the full text of which is contained
1.1.1.3 root 5: in the file License.txt included in TrueCrypt binary and source code
6: distribution packages.
7: */
8:
1.1.1.4 root 9: #ifdef __cplusplus
10: extern "C" {
11: #endif
12:
1.1 root 13: char *XmlNextNode (char *xmlNode);
14: char *XmlFindElement (char *xmlNode, char *nodeName);
1.1.1.2 root 15: char *XmlGetAttributeText (char *xmlNode, char *xmlAttrName, char *xmlAttrValue, int xmlAttrValueSize);
16: char *XmlGetNodeText (char *xmlNode, char *xmlText, int xmlTextSize);
1.1 root 17: int XmlWriteHeader (FILE *file);
18: int XmlWriteFooter (FILE *file);
19: char *XmlFindElementByAttributeValue (char *xml, char *nodeName, char *attrName, char *attrValue);
1.1.1.2 root 20: char *XmlQuoteText (char *textSrc, char *textDst, int textDstMaxSize);
1.1.1.4 root 21:
22: #ifdef __cplusplus
23: }
24: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.