diff options
Diffstat (limited to 'channelgroups.h')
-rw-r--r-- | channelgroups.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/channelgroups.h b/channelgroups.h index 3465c47..02b146d 100644 --- a/channelgroups.h +++ b/channelgroups.h @@ -23,6 +23,7 @@ public: bool IsInLastGroup(const cChannel *channel); void DrawChannelGroups(const cChannel *start, const cChannel *stop); void CreateGroupGrid(const char *name, int number, int start, int end); + int GetLastValidChannel(void); void DumpGroups(void); }; |