summaryrefslogtreecommitdiff
path: root/recmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'recmanager.h')
-rw-r--r--recmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/recmanager.h b/recmanager.h
index 55d71f2..fd505f5 100644
--- a/recmanager.h
+++ b/recmanager.h
@@ -54,6 +54,7 @@ public:
void DeleteSwitchTimer(const cEvent *event);
cRecording **SearchForRecordings(std::string searchString, int &numResults);
const cEvent **LoadReruns(const cEvent *event, int &numResults);
+ void GetFavorites(std::vector<cTVGuideSearchTimer> *favorites);
virtual ~cRecManager (void);
};