summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools.h b/tools.h
new file mode 100644
index 0000000..7c8ff13
--- /dev/null
+++ b/tools.h
@@ -0,0 +1,16 @@
+/*
+ * tools.h: The 'EnigmaNG' VDR skin
+ *
+ * See the README file for copyright information and how to reach the author.
+ *
+ */
+
+#ifndef __SKINENIGMA_TOOLS_H
+#define __SKINENIGMA_TOOLS_H
+
+#include <vdr/tools.h>
+
+const char *parseaux(const char *str);
+bool ischaracters(const char *aux, const char *mask);
+
+#endif // __SKINENIGMA_TOOLS_H