diff options
author | kamel5 <kamel5 (at) gmx (dot) net> | 2018-03-08 13:10:09 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-01-27 11:29:55 +0100 |
commit | 6ae27238afa33e17dece7311c4728b5c1f2f83b2 (patch) | |
tree | 4383650beca57e582548594449db343d79e5c630 /tools.h | |
parent | cbc6f442648a0aea4b94d81176f044c642a7d2b0 (diff) | |
download | vdr-plugin-tvguide-6ae27238afa33e17dece7311c4728b5c1f2f83b2.tar.gz vdr-plugin-tvguide-6ae27238afa33e17dece7311c4728b5c1f2f83b2.tar.bz2 |
Reinsert old tvscraper compatibility
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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);
|