summaryrefslogtreecommitdiff
path: root/recdone.h
diff options
context:
space:
mode:
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 9f570d4..291a2d9 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, unsigned long, 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 GetTotalCountRecordings(cSearchExt* search, cRecDone** first);
void RemoveSearchID(int ID);
bool Load(const char *FileName = NULL);