summaryrefslogtreecommitdiffstats
path: root/dvdauth.h
blob: 4203c9cb4b55f4729b6aede0376ae891374cf18c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "config.h"
#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;

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

#endif
#endif