summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager
diff options
context:
space:
mode:
Diffstat (limited to 'vdr-vdrmanager')
-rw-r--r--vdr-vdrmanager/helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h
index a9d9e94..b5cd08e 100644
--- a/vdr-vdrmanager/helpers.h
+++ b/vdr-vdrmanager/helpers.h
@@ -19,6 +19,7 @@ public:
static string SetTimer(string args);
static string SearchEvents(string args);
static string ToUpper(string text);
+ static string ToLower(string text);
static string Trim(string text);
private:
static string SafeCall(string (*)());