summaryrefslogtreecommitdiffstats
path: root/libdvdnav/dvdread.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdvdnav/dvdread.h')
-rw-r--r--libdvdnav/dvdread.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/libdvdnav/dvdread.h b/libdvdnav/dvdread.h
new file mode 100644
index 0000000..8150385
--- /dev/null
+++ b/libdvdnav/dvdread.h
@@ -0,0 +1,28 @@
+/*
+// C++ Interface: dvdread
+//
+// Description:
+//
+//
+// Author: Jean-Michel PETIT <copy@free.fr>, (C) 2006
+//
+// Copyright: See COPYING file that comes with this distribution
+//
+//
+*/
+#ifndef DVDREAD_H_INCLUDED
+#define DVDREAD_H_INCLUDED
+
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "common.h"
+
+
+#ifdef __cplusplus
+}
+#endif
+#endif