mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-07 08:49:12 +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)
|
||||
|
||||
|
||||
std::string htmlize(const std::string& str);
|
||||
std::string Net_API htmlize(const std::string& str);
|
||||
/// Returns a copy of html with reserved HTML
|
||||
/// characters (<, >, ", &) propery escaped.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user