diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2010-02-20 10:12:17 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2010-02-20 10:12:17 +0100 |
commit | 92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e (patch) | |
tree | 81b6f9f517b9fd064ce66bd40d25338d336578cf /searchtimer_thread.h | |
parent | 2e1cf1296e94cfbb9c9c0dacc6da9d09f0bf83c4 (diff) | |
download | vdr-plugin-epgsearch-92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e.tar.gz vdr-plugin-epgsearch-92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e.tar.bz2 |
check if EPG exists for the next x hours
Diffstat (limited to 'searchtimer_thread.h')
-rw-r--r-- | searchtimer_thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searchtimer_thread.h b/searchtimer_thread.h index 9cf5471..2f55eb9 100644 --- a/searchtimer_thread.h +++ b/searchtimer_thread.h @@ -72,6 +72,7 @@ class cSearchTimerThread: public cThread { void DelRecording(int index); void CheckManualTimers(); void ModifyManualTimer(const cEvent* event, const cTimer* timer, int bstart, int bstop); + void CheckEPGHours(); }; #endif |