diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-25 10:49:02 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-25 10:49:02 +0200 |
commit | 2d487365a12c857a4c1fd424ce900f7b35855ba1 (patch) | |
tree | 412a11a0d26acc224895d520e1f0089975426de8 /eit.h | |
parent | e63b279d967564b847f19dbd694dab9a577acfb1 (diff) | |
download | vdr-2d487365a12c857a4c1fd424ce900f7b35855ba1.tar.gz vdr-2d487365a12c857a4c1fd424ce900f7b35855ba1.tar.bz2 |
New SVDRP command CLRE
Diffstat (limited to 'eit.h')
-rw-r--r-- | eit.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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.17 2002/08/04 11:30:24 kls Exp $ + * $Id: eit.h 1.18 2002/08/25 10:38:34 kls Exp $ ***************************************************************************/ #ifndef __EIT_H @@ -156,6 +156,7 @@ public: // time the returned cSchedules is accessed. Once the cSchedules is no // longer used, the cMutexLock must be destroyed. static bool Read(FILE *f = NULL); + static void Clear(void); void SetStatus(bool On); void SetCurrentTransponder(int CurrentTransponder); static bool SetCurrentServiceID(unsigned short servid); |