mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-08 12:19:21 +01:00
fix(Net): Add missing Net_API to Poco::Net::htmlize(const std::string&);
This commit is contained in:
@@ -89,7 +89,7 @@ void Net_API uninitializeNetwork();
|
|||||||
/// (Windows only, no-op elsewhere)
|
/// (Windows only, no-op elsewhere)
|
||||||
|
|
||||||
|
|
||||||
std::string htmlize(const std::string& str);
|
std::string Net_API htmlize(const std::string& str);
|
||||||
/// Returns a copy of html with reserved HTML
|
/// Returns a copy of html with reserved HTML
|
||||||
/// characters (<, >, ", &) propery escaped.
|
/// characters (<, >, ", &) propery escaped.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user