summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-08-26 11:58:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-08-26 11:58:23 +0200
commita4547681d5465067998c4777467540946a73eabe (patch)
tree6d3c8f71b4d2c389c21d40d6721c9f1c83ce1205 /config.h
parent0525d1bb780981e63214973b9eb2d60bd84d1dca (diff)
downloadvdr-a4547681d5465067998c4777467540946a73eabe.tar.gz
vdr-a4547681d5465067998c4777467540946a73eabe.tar.bz2
Completely new timer matching calculation
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.h b/config.h
index 04ddb8f2..a49f5c21 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 1.63 2001/08/25 13:30:54 kls Exp $
+ * $Id: config.h 1.64 2001/08/26 11:35:00 kls Exp $
*/
#ifndef __CONFIG_H
@@ -141,6 +141,11 @@ public:
bool Parse(const char *s);
bool Save(FILE *f);
bool IsSingleEvent(void);
+ int cTimer::GetMDay(time_t t);
+ int cTimer::GetWDay(time_t t);
+ bool cTimer::DayMatches(time_t t);
+ time_t cTimer::IncDay(time_t t, int Days);
+ time_t cTimer::SetTime(time_t t, int SecondsFromMidnight);
bool Matches(time_t t = 0);
time_t StartTime(void);
time_t StopTime(void);