summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rwxr-xr-xtools.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools.h b/tools.h
new file mode 100755
index 0000000..bd08660
--- /dev/null
+++ b/tools.h
@@ -0,0 +1,18 @@
+/*
+ * tools.h: History plugin for the Video Disk Recorder
+ *
+ * See the README file for copyright information and how to reach the author.
+ *
+ */
+
+#ifndef __HISTORY_TOOLS_H_
+#define __HISTORY_TOOLS_H_
+
+#include <vdr/tools.h>
+
+bool isimage(const char *text);
+bool isvideo(const char *text);
+bool ismusic(const char *text);
+
+#endif // __HISTORY_TOOLS_H_
+