view libmpdemux/dvdauth.h @ 6427:41b149822666

Background now set by CSS, added doctype and charset. Closed all tags properly and removed bogus <P> tags around block elements. Manpage is really spelled man page and punctuation marks should not be separated by a space from the word they follow.
author diego
date Fri, 14 Jun 2002 01:44:30 +0000
parents 04b2227ab75a
children 9975a432cf47
line wrap: on
line source

#ifdef HAVE_LIBCSS
#ifndef _MPLAYER_CSS_H
#define _MPLAYER_CSS_H

extern char *dvd_auth_device;
extern unsigned char key_disc[];
extern unsigned char key_title[];
extern unsigned char *dvdimportkey;
extern int descrambling;
extern char *css_so;

int dvd_auth ( char *, char * );
int dvd_import_key ( unsigned char * );
int dvd_css_descramble ( u_char *, u_char * );

#endif
#endif