aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/MyXml.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Common/MyXml.h')
-rw-r--r--CPP/Common/MyXml.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/CPP/Common/MyXml.h b/CPP/Common/MyXml.h
index 5362602..b22d7e4 100644
--- a/CPP/Common/MyXml.h
+++ b/CPP/Common/MyXml.h
@@ -27,8 +27,8 @@ public:
AString GetSubString() const;
const AString * GetSubStringPtr() const throw();
int FindSubTag(const char *tag) const throw();
+ const CXmlItem *FindSubTag_GetPtr(const char *tag) const throw();
AString GetSubStringForTag(const char *tag) const;
-
void AppendTo(AString &s) const;
};
@@ -40,4 +40,6 @@ struct CXml
// void AppendTo(AString &s) const;
};
+void z7_xml_DecodeString(AString &s);
+
#endif