diff options
Diffstat (limited to 'epgsearch.h')
-rw-r--r-- | epgsearch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/epgsearch.h b/epgsearch.h index 5a67a54..be8bf0c 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -381,6 +381,13 @@ private: recordingdirs m_set; }; +class EPGSearchSetupValues +{ +public: + static std::string ReadValue(const std::string& entry); + static bool WriteValue(const std::string& entry, const std::string& value); +}; + } // namespace vdrlive |