diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ const std::string SkinPath(void); const char *ChannelNumber(const cChannel *Channel, int Number); const char *ChannelName(const cChannel *Channel, int Number); const char *ChannelShortName(const cChannel *Channel, int Number); +const char *ChannelServiceReference(const cChannel *Channel, int Number); const char *EventType(uint Number); //const char *ChannelBouquet(const cChannel *Channel, int Number); |