summaryrefslogtreecommitdiff
path: root/searchtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchtimer.h')
-rw-r--r--searchtimer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/searchtimer.h b/searchtimer.h
index 2638e83..c873028 100644
--- a/searchtimer.h
+++ b/searchtimer.h
@@ -138,6 +138,9 @@ public:
int GetNumRecordings(void);
void GetSearchModes(std::vector<std::string> *searchModes);
void GetUseChannelModes(std::vector<std::string> *useChannelModes);
+ void GetSearchTimerModes(std::vector<std::string> *searchTimerModes);
+ void GetCompareDateModes(std::vector<std::string> *compareDateModes);
+ void GetDelModes(std::vector<std::string> *delModes);
void Dump(void);
};