summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index fd0a768..612f86d 100644
--- a/tools.h
+++ b/tools.h
@@ -4,6 +4,7 @@
#include <string>
#include <vector>
#include <vdr/font.h>
+#include <vdr/recording.h>
std::string CutText(std::string text, int width, const cFont *font);
std::string StrToLowerCase(std::string str);
@@ -18,6 +19,10 @@ public:
int FindIgnoreCase(const std::string& expr, const std::string& query);
+char* GetAuxValue(const char* aux, const char* name);
+char* GetAuxValue(const cRecording *recording, const char* name);
+char* GetAuxValue(const cTimer* timer, const char* name);
+
#ifndef _AFUZZY_H
#define _AFUZZY_H