comparison libmpdvdkit2/device.h @ 8637:0211de3039eb

update libdvdcss in libmpdvdkit to latest version (1.2.4) patch by Andreas Hess <jaska@gmx.net>
author arpi
date Sun, 29 Dec 2002 15:32:56 +0000
parents c9a4dfaa9868
children f0f0f176d298
comparison
equal deleted inserted replaced
8636:db4a1b1254cb 8637:0211de3039eb
44 * Device reading prototypes 44 * Device reading prototypes
45 *****************************************************************************/ 45 *****************************************************************************/
46 int _dvdcss_use_ioctls ( dvdcss_t ); 46 int _dvdcss_use_ioctls ( dvdcss_t );
47 int _dvdcss_open ( dvdcss_t ); 47 int _dvdcss_open ( dvdcss_t );
48 int _dvdcss_close ( dvdcss_t ); 48 int _dvdcss_close ( dvdcss_t );
49 int _dvdcss_readv ( dvdcss_t, struct iovec *, int );
50 49
51 /***************************************************************************** 50 /*****************************************************************************
52 * Device reading prototypes, raw-device specific 51 * Device reading prototypes, raw-device specific
53 *****************************************************************************/ 52 *****************************************************************************/
54 #ifndef WIN32 53 #ifndef WIN32
55 int _dvdcss_raw_open ( dvdcss_t, char * ); 54 int _dvdcss_raw_open ( dvdcss_t, char const * );
56 #endif 55 #endif
57 56