add function html_entities_to_console to stringfunc
[libi2ncommon] / src / stringfunc.hxx
index 8b7afab..673ee7c 100644 (file)
@@ -239,6 +239,7 @@ std::string utf8_to_utf7imap(const std::string &utf8string);
 std::string strip_html_tags(const std::string &input);
 std::string smart_html_entities(const std::string &input);
 std::string html_entities(std::string str);
+std::string html_entities_to_console(std::string str);
 
 std::string escape(const std::string &s);