summaryrefslogtreecommitdiff
path: root/epgsearch
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch')
-rw-r--r--epgsearch/services.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epgsearch/services.h b/epgsearch/services.h
index 35decd3..c6a973e 100644
--- a/epgsearch/services.h
+++ b/epgsearch/services.h
@@ -125,6 +125,10 @@ class cServiceHandler
virtual std::set<std::string> DirectoryList() = 0;
// List of all recording directories used in recordings, timers, search timers or in epgsearchdirs.conf
virtual ~cServiceHandler() {}
+ // Read a setup value
+ 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;
};
struct Epgsearch_services_v1_0