summaryrefslogtreecommitdiffstats
path: root/dvdauth.h
diff options
context:
space:
mode:
Diffstat (limited to 'dvdauth.h')
-rw-r--r--dvdauth.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/dvdauth.h b/dvdauth.h
new file mode 100644
index 0000000000..b719bf0caa
--- /dev/null
+++ b/dvdauth.h
@@ -0,0 +1,14 @@
+#include "config.h"
+#ifdef HAVE_LIBCSS
+#ifndef _MPLAYER_CSS_H
+#define _MPLAYER_CSS_H
+
+extern char *dvd_device;
+extern unsigned char key_disc[];
+extern unsigned char key_title[];
+
+int dvd_auth ( char *, int );
+
+
+#endif
+#endif \ No newline at end of file