From 90bd57fe40e66fc829ecb01482d32d604b0df19c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 25 Nov 2015 01:41:37 +0100 Subject: Windows: Full UNICODE rewrite and implement support for UNICODE passwords. --- src/Common/Xml.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Common/Xml.h') diff --git a/src/Common/Xml.h b/src/Common/Xml.h index eef5015e..02eb69b0 100644 --- a/src/Common/Xml.h +++ b/src/Common/Xml.h @@ -19,11 +19,10 @@ char *XmlFindElement (char *xmlNode, char *nodeName); char *XmlGetAttributeText (char *xmlNode, char *xmlAttrName, char *xmlAttrValue, int xmlAttrValueSize); char *XmlGetNodeText (char *xmlNode, char *xmlText, int xmlTextSize); int XmlWriteHeader (FILE *file); -int XmlWriteHeaderW (FILE *file); int XmlWriteFooter (FILE *file); -int XmlWriteFooterW (FILE *file); char *XmlFindElementByAttributeValue (char *xml, char *nodeName, char *attrName, char *attrValue); char *XmlQuoteText (const char *textSrc, char *textDst, int textDstMaxSize); +wchar_t *XmlQuoteTextW (const wchar_t *textSrc, wchar_t *textDst, int textDstMaxSize); #ifdef __cplusplus } -- cgit v1.2.3