summaryrefslogtreecommitdiff
path: root/epgsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch.h')
-rw-r--r--epgsearch.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/epgsearch.h b/epgsearch.h
index 39ee564..6cb3cec 100644
--- a/epgsearch.h
+++ b/epgsearch.h
@@ -393,7 +393,7 @@ public:
typedef recordingdirs::iterator iterator;
typedef recordingdirs::const_iterator const_iterator;
- RecordingDirs();
+ RecordingDirs(bool shortList=false);
iterator begin() { return m_set.begin(); }
const_iterator begin() const { return m_set.begin(); }
@@ -411,6 +411,12 @@ public:
static bool WriteValue(const std::string& entry, const std::string& value);
};
+class EPGSearchExpr
+{
+public:
+ static std::string EvaluateExpr(const std::string& expr, const cEvent* event);
+};
+
}
// namespace vdrlive