summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-12-21 11:25:03 +0100
committerlouis <louis.braun@gmx.de>2013-12-21 11:25:03 +0100
commit4c61104675de5f1fac7e7fa95fb5743e18defc02 (patch)
tree7a3ee90e3b28246e8d4595954d4559445fb7ebe7 /tools.h
parent8aa2c81d3165a0517115337362f1203ea4bdd899 (diff)
downloadvdr-plugin-tvguide-4c61104675de5f1fac7e7fa95fb5743e18defc02.tar.gz
vdr-plugin-tvguide-4c61104675de5f1fac7e7fa95fb5743e18defc02.tar.bz2
Version 1.2.0pre
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index f9bdb4e..f17bb9c 100644
--- a/tools.h
+++ b/tools.h
@@ -6,6 +6,7 @@
#include <vdr/font.h>
std::string CutText(std::string text, int width, const cFont *font);
+std::string StrToLowerCase(std::string str);
class splitstring : public std::string {
std::vector<std::string> flds;