]> git.sesse.net Git - vlc/blobdiff - plugins/dvd/dvd_ioctl.h
* fixes for the Qt plugin compilation under Debian
[vlc] / plugins / dvd / dvd_ioctl.h
index a7096661ea1ca5f18d2961713cc0cde59f7187b4..a6263f3d2db9d3f597814af833716e19683bedf1 100644 (file)
@@ -2,7 +2,7 @@
  * dvd_ioctl.h: DVD ioctl replacement function
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: dvd_ioctl.h,v 1.3 2001/03/06 10:21:59 massiot Exp $
+ * $Id: dvd_ioctl.h,v 1.4 2001/04/02 23:30:41 sam Exp $
  *
  * Authors: David Giller <rafetmad@oxy.edu>
  *          Eberhard Moenkeberg <emoenke@gwdg.de>
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+int dvd_ReadCopyright     ( int i_fd, int i_layer, int *pi_copyright );
+
+int dvd_ReadKey           ( css_t *p_css, u8 *p_key );
+int dvd_LUSendAgid        ( css_t *p_css );
+int dvd_LUSendChallenge   ( css_t *p_css, u8 *p_challenge );
+int dvd_LUSendKey1        ( css_t *p_css, u8 *p_key );
+int dvd_LUSendASF         ( css_t *p_css, int *pi_asf );
+int dvd_InvalidateAgid    ( css_t *p_css );
+int dvd_HostSendChallenge ( css_t *p_css, u8 *p_challenge );
+int dvd_HostSendKey2      ( css_t *p_css, u8 *p_key );
+
 int dvd_ioctl( int i_fd, unsigned long i_op, void *p_arg );
 
 /*****************************************************************************