summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorkamel5 <kamel5 (at) gmx (dot) net>2018-03-08 13:10:09 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-01-27 11:29:55 +0100
commit6ae27238afa33e17dece7311c4728b5c1f2f83b2 (patch)
tree4383650beca57e582548594449db343d79e5c630 /tools.h
parentcbc6f442648a0aea4b94d81176f044c642a7d2b0 (diff)
downloadvdr-plugin-tvguide-6ae27238afa33e17dece7311c4728b5c1f2f83b2.tar.gz
vdr-plugin-tvguide-6ae27238afa33e17dece7311c4728b5c1f2f83b2.tar.bz2
Reinsert old tvscraper compatibility
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index f401ea4..9dfab27 100644
--- a/tools.h
+++ b/tools.h
@@ -5,6 +5,9 @@
#include <vector>
#include <vdr/font.h>
#include <vdr/recording.h>
+#include <vdr/plugin.h>
+
+cPlugin *GetScraperPlugin(void);
std::string CutText(std::string text, int width, const cFont *font);
std::string StrToLowerCase(std::string str);