summaryrefslogtreecommitdiff
path: root/osdmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdmenu.h')
-rw-r--r--osdmenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdmenu.h b/osdmenu.h
index 37de714..9f480c7 100644
--- a/osdmenu.h
+++ b/osdmenu.h
@@ -45,6 +45,8 @@ class myOsdMenu : public cOsdMenu
int GetLastChannelOfGroup(int Group);
int GetNextChannel(int ChanIndex);
int GetPrevChannel(int ChanIndex);
+ int GetNextChannelOfGroup(int ChanIndex, int Group);
+ int GetPrevChannelOfGroup(int ChanIndex, int Group);
bool isChannelInGroup(int ChanIndex, int Group);
bool ChannelsHasGroup(void);
bool FirstChannelsHasGroup(void);