summaryrefslogtreecommitdiff
path: root/epgsearch/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch/services.h')
-rw-r--r--epgsearch/services.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epgsearch/services.h b/epgsearch/services.h
index c6a973e..f64b094 100644
--- a/epgsearch/services.h
+++ b/epgsearch/services.h
@@ -129,6 +129,8 @@ class cServiceHandler
virtual std::string ReadSetupValue(const std::string& entry) = 0;
// Write a setup value
virtual bool WriteSetupValue(const std::string& entry, const std::string& value) = 0;
+ // Get timer conflicts
+ virtual std::list<std::string> TimerConflictList(bool relOnly=false) = 0;
};
struct Epgsearch_services_v1_0