diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-14 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-15 23:55:04 +0500 |
commit | fc662341e6f85da78ada0e443f6116b978f79f22 (patch) | |
tree | 1be1cc402a7a9cbc18d4eeea6b141354c2d559e3 /CPP/Common/MyXml.h | |
parent | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (diff) | |
download | 7zip-fc662341e6f85da78ada0e443f6116b978f79f22.tar.gz 7zip-fc662341e6f85da78ada0e443f6116b978f79f22.tar.bz2 7zip-fc662341e6f85da78ada0e443f6116b978f79f22.zip |
24.0524.05
Diffstat (limited to 'CPP/Common/MyXml.h')
-rw-r--r-- | CPP/Common/MyXml.h | 4 |
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: | |||
27 | AString GetSubString() const; | 27 | AString GetSubString() const; |
28 | const AString * GetSubStringPtr() const throw(); | 28 | const AString * GetSubStringPtr() const throw(); |
29 | int FindSubTag(const char *tag) const throw(); | 29 | int FindSubTag(const char *tag) const throw(); |
30 | const CXmlItem *FindSubTag_GetPtr(const char *tag) const throw(); | ||
30 | AString GetSubStringForTag(const char *tag) const; | 31 | AString GetSubStringForTag(const char *tag) const; |
31 | |||
32 | void AppendTo(AString &s) const; | 32 | void AppendTo(AString &s) const; |
33 | }; | 33 | }; |
34 | 34 | ||
@@ -40,4 +40,6 @@ struct CXml | |||
40 | // void AppendTo(AString &s) const; | 40 | // void AppendTo(AString &s) const; |
41 | }; | 41 | }; |
42 | 42 | ||
43 | void z7_xml_DecodeString(AString &s); | ||
44 | |||
43 | #endif | 45 | #endif |