summaryrefslogtreecommitdiff
path: root/recdone.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-06-13 14:12:17 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-06-13 14:12:17 +0200
commit1c8ae68620543c5a5d8fbe313f02a92e1dde4f06 (patch)
treed1ef5b227f1b08c80dc75e35c378f435bcfe7707 /recdone.h
parent7caf8219ca7295a0f25bb1789f9658c4b3c324ff (diff)
downloadvdr-plugin-epgsearch-1c8ae68620543c5a5d8fbe313f02a92e1dde4f06.tar.gz
vdr-plugin-epgsearch-1c8ae68620543c5a5d8fbe313f02a92e1dde4f06.tar.bz2
turned 'compare expression' in 'compare date' for easier handling in OSD
Diffstat (limited to 'recdone.h')
-rw-r--r--recdone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/recdone.h b/recdone.h
index 291a2d9..ea00ccb 100644
--- a/recdone.h
+++ b/recdone.h
@@ -69,7 +69,7 @@ class cRecsDone : public cList<cRecDone>, public cMutex {
}
cRecsDone(void) {}
int GetCountRecordings(const cEvent* event, cSearchExt* search, cRecDone** first = NULL, int matchLimit = 90);
- int GetCountRecordings(const cEvent*, bool compareTitle, int compareSubtitle, bool compareSummary, const char* compareExpression, unsigned long, cRecDone** first = NULL, int matchLimit = 90);
+ int GetCountRecordings(const cEvent*, bool compareTitle, int compareSubtitle, bool compareSummary, int compareDate, unsigned long, cRecDone** first = NULL, int matchLimit = 90);
int GetTotalCountRecordings(cSearchExt* search, cRecDone** first);
void RemoveSearchID(int ID);
bool Load(const char *FileName = NULL);