fix(Net): Add missing Net_API to Poco::Net::htmlize(const std::string&);

This commit is contained in:
Matej Kenda
2025-09-12 10:59:58 +02:00
parent 7a23a039f9
commit dbc800083e

View File

@@ -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.