summaryrefslogtreecommitdiff
path: root/eit.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-11-02 12:46:53 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-11-02 12:46:53 +0100
commitbc766ad04b8d344cd750cec74b8a0bc2300b8ef6 (patch)
treecee79d542917a881f0fba749fa8425db011df4d0 /eit.h
parent5dd0c65e3519c21f79b0e8f69df01c28223e6283 (diff)
downloadvdr-bc766ad04b8d344cd750cec74b8a0bc2300b8ef6.tar.gz
vdr-bc766ad04b8d344cd750cec74b8a0bc2300b8ef6.tar.bz2
Fixed reading EPG data via the SVDRP command PUTE
Diffstat (limited to 'eit.h')
-rw-r--r--eit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/eit.h b/eit.h
index 6ebd48f3..53740032 100644
--- a/eit.h
+++ b/eit.h
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.h 1.19 2002/10/13 09:28:06 kls Exp $
+ * $Id: eit.h 1.20 2002/11/02 12:36:36 kls Exp $
***************************************************************************/
#ifndef __EIT_H
@@ -112,6 +112,7 @@ private:
const cSchedule *pCurrentSchedule;
unsigned short uCurrentServiceID;
protected:
+ const cSchedule *AddServiceID(unsigned short servid);
const cSchedule *SetCurrentServiceID(unsigned short servid);
void Cleanup();
public: