diff --git a/include/helpers.hpp b/include/helpers.hpp index fb90805..898b66f 100644 --- a/include/helpers.hpp +++ b/include/helpers.hpp @@ -42,6 +42,7 @@ using std::string; * * @since 0.4.0 */ +[[nodiscard]] string unescape_html(string html); } // namespace mastodonpp