summaryrefslogtreecommitdiff
path: root/volname.h
diff options
context:
space:
mode:
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