summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-07-21 15:05:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-07-21 15:05:20 +0200
commita1663a36125cd7b73162104aecd619653c625cc5 (patch)
treeac9337c2ba04b5f6e81d4bfce7c562f8b6de1bb4 /channels.h
parent593013c94c97b82485c895a717591a15086497f2 (diff)
downloadvdr-a1663a36125cd7b73162104aecd619653c625cc5.tar.gz
vdr-a1663a36125cd7b73162104aecd619653c625cc5.tar.bz2
Fixed detection of Premiere NVOD channel links
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels.h b/channels.h
index e34cb0ef..6381a201 100644
--- a/channels.h
+++ b/channels.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: channels.h 1.43 2007/01/07 14:37:35 kls Exp $
+ * $Id: channels.h 1.44 2007/07/21 14:58:36 kls Exp $
*/
#ifndef __CHANNELS_H
@@ -239,6 +239,7 @@ public:
cChannel *GetByNumber(int Number, int SkipGap = 0);
cChannel *GetByServiceID(int Source, int Transponder, unsigned short ServiceID);
cChannel *GetByChannelID(tChannelID ChannelID, bool TryWithoutRid = false, bool TryWithoutPolarization = false);
+ cChannel *GetByTransponderID(tChannelID ChannelID);
int BeingEdited(void) { return beingEdited; }
void IncBeingEdited(void) { beingEdited++; }
void DecBeingEdited(void) { beingEdited--; }