summaryrefslogtreecommitdiffstats
path: root/dvdauth.h
blob: b719bf0caade61c459749b853a3e67dd8981c79d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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