summaryrefslogtreecommitdiff
path: root/vdrtools.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdrtools.h')
-rw-r--r--vdrtools.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/vdrtools.h b/vdrtools.h
new file mode 100644
index 0000000..c17ef7a
--- /dev/null
+++ b/vdrtools.h
@@ -0,0 +1,26 @@
+/*
+ * playlist: A plugin for the Video Disk Recorder
+ *
+ * See the README file for copyright information and how to reach the author.
+ *
+ * $Id: vdrtools.h 0.2 2004/10/08 02:34:00 hflor Exp $
+ */
+
+#ifndef __VDRTOOLS_H
+#define __VDRTOOLS_H
+
+#include <vdr/keys.h>
+#include <vdr/osd.h>
+#include <vdr/osdbase.h>
+
+char *SkipQuote(char *s);
+char *ExchangeChars(char *s, bool ToFileSystem);
+bool DeleteRecording(const char *Filename, bool Confirm = true);
+
+#ifdef PL_Debug1
+const char *KeyName(eKeys Key);
+const char *OSStateName(eOSState OSState);
+#endif
+
+
+#endif //__VDRTOOLS_H