aboutsummaryrefslogtreecommitdiff
path: root/plugins/Plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Plugin.hpp')
-rw-r--r--plugins/Plugin.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Plugin.hpp b/plugins/Plugin.hpp
index 2d6005e..6d5a986 100644
--- a/plugins/Plugin.hpp
+++ b/plugins/Plugin.hpp
@@ -38,6 +38,7 @@ namespace QuickMedia {
};
DownloadResult download_to_string(const std::string &url, std::string &result, const std::vector<CommandArg> &additional_args = {});
+ std::string strip(const std::string &str);
class Plugin {
public: