summaryrefslogtreecommitdiff
path: root/volname.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-12-26 18:24:16 +0100
committeranbr <vdr07@deltab.de>2010-12-26 18:24:16 +0100
commitc1d1893712af186e2c5c1c2e9ce87d28b346f85a (patch)
tree3e0a3b08c94441dda089614efc41f7bb46a2bc1f /volname.h
parentfa36276705a42018cb1432b2485e090abdc045e0 (diff)
downloadvdr-plugin-dvdswitch-c1d1893712af186e2c5c1c2e9ce87d28b346f85a.tar.gz
vdr-plugin-dvdswitch-c1d1893712af186e2c5c1c2e9ce87d28b346f85a.tar.bz2
Read name of volume to fill OSD with filename
Diffstat (limited to 'volname.h')
-rw-r--r--volname.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/volname.h b/volname.h
new file mode 100644
index 0000000..01d81b1
--- /dev/null
+++ b/volname.h
@@ -0,0 +1,19 @@
+/*
+ * dvdswitch plugin for VDR (C++)
+ *
+ * (C) 2010 Andreas Brachold <vdr07 AT deltab de>
+ *
+ * This dvdswitch plugin is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as published
+ * by the Free Software Foundation, version 2 of the License.
+ *
+ * See the files README and COPYING for details.
+ *
+ */
+
+#ifndef __VOLNAME_DVDSWITCH_H
+#define __VOLNAME_DVDSWITCH_H
+
+int volname(const char* device, char* volname, size_t volsize);
+
+#endif // __VOLNAME_DVDSWITCH_H