diff options
author | horchi <vdr@jwendel.de> | 2018-03-11 14:00:09 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-03-11 14:00:09 +0100 |
commit | cc0ddd47a78d451b445cfa7667757400c619cd5b (patch) | |
tree | 2cfadc6b53b10ceba0606a59176035af9e7b13a4 /PLUGINS/epgdata/epgdata.h | |
parent | 69218e79181c863a92e51d0d0b8f8a31b31c66c2 (diff) | |
download | vdr-epg-daemon-cc0ddd47a78d451b445cfa7667757400c619cd5b.tar.gz vdr-epg-daemon-cc0ddd47a78d451b445cfa7667757400c619cd5b.tar.bz2 |
2018-03-11: version 1.1.138 (horchi)\n change: Fixed image problem with epgdata\n due to interface change by epgdata (patch by seahawk1986)\n\n1.1.138
Diffstat (limited to 'PLUGINS/epgdata/epgdata.h')
-rw-r--r-- | PLUGINS/epgdata/epgdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PLUGINS/epgdata/epgdata.h b/PLUGINS/epgdata/epgdata.h index 0bb0d88..c4097a8 100644 --- a/PLUGINS/epgdata/epgdata.h +++ b/PLUGINS/epgdata/epgdata.h @@ -25,6 +25,7 @@ class Epgdata : public Plugin const char* getSource() { return "epgdata"; } + char* fsNameOfPicture(const char* imagename); // caller has to free the result! int getPicture(const char* imagename, const char* fileRef, MemoryStruct* data); int processDay(int day, int fullupdate, Statistic* statistic); int cleanupAfter(); |