summaryrefslogtreecommitdiff
path: root/PLUGINS/epgdata/epgdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'PLUGINS/epgdata/epgdata.h')
-rw-r--r--PLUGINS/epgdata/epgdata.h1
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();