summaryrefslogtreecommitdiff
path: root/conflictcheck.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-05-28 15:02:17 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-05-28 15:02:17 +0200
commitd71b080637c5eba84854f2338b53fdda8fc6ed34 (patch)
tree3efefac4793302cc85b89c5eb08c72814a0960a9 /conflictcheck.h
parent280c12c3c7042e176c6acc3bd7718f66cd9eb39d (diff)
downloadvdr-plugin-epgsearch-d71b080637c5eba84854f2338b53fdda8fc6ed34.tar.gz
vdr-plugin-epgsearch-d71b080637c5eba84854f2338b53fdda8fc6ed34.tar.bz2
new setup variable epgsearch.ConflCheckCmd
Diffstat (limited to 'conflictcheck.h')
-rw-r--r--conflictcheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conflictcheck.h b/conflictcheck.h
index 13a08f8..545da8b 100644
--- a/conflictcheck.h
+++ b/conflictcheck.h
@@ -307,6 +307,7 @@ class cConflictCheck
void AddConflict(cConflictCheckTimerObj* TimerObj, cConflictCheckTime* Checktime, std::set<cConflictCheckTimerObj*>& pendingTimers);
int ProcessCheckTime(cConflictCheckTime* checkTime);
bool TimerInConflict(cTimer*);
+ void EvaluateConflCheckCmd();
};
#endif