diff options
Diffstat (limited to 'epg_events.h')
-rw-r--r-- | epg_events.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epg_events.h b/epg_events.h index 8536463..f055045 100644 --- a/epg_events.h +++ b/epg_events.h @@ -2,6 +2,7 @@ #define VDR_LIVE_WHATS_ON_H #include <ctime> +#include <list> #include <vdr/plugin.h> #include <vdr/channels.h> @@ -179,6 +180,8 @@ namespace vdrlive * passed string informations */ static EpgInfoPtr CreateEpgInfo(const std::string& id, const std::string& caption, const std::string& info); + + static std::list<std::string> EpgImages(const std::string& epgid); private: }; }; // namespace vdrlive |