diff options
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ namespace vdrlive { static std::string GetTimerDays(cTimer const& timer); static std::string GetTimerInfo(cTimer const& timer); + static std::string SearchTimerName(cTimer const& timer); private: SortedTimers(); |