From 40e0f8f5d8c3e480f01a2d71b6a493247adcb77f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 21 Sep 2020 03:49:17 +0200 Subject: Initial matrix support --- plugins/Plugin.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Plugin.hpp') diff --git a/plugins/Plugin.hpp b/plugins/Plugin.hpp index 7d052c2..d2caa67 100644 --- a/plugins/Plugin.hpp +++ b/plugins/Plugin.hpp @@ -34,6 +34,7 @@ namespace QuickMedia { NET_ERR }; + void html_escape_sequences(std::string &str); void html_unescape_sequences(std::string &str); class Plugin { -- cgit v1.2.3