diff options
Diffstat (limited to 'core/DVDRead.h')
-rw-r--r-- | core/DVDRead.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/core/DVDRead.h b/core/DVDRead.h new file mode 100644 index 000000000..7a9aa7e21 --- /dev/null +++ b/core/DVDRead.h @@ -0,0 +1,16 @@ +/* $Id: DVDRead.h,v 1.1 2003/11/03 12:08:00 titer Exp $ + + This file is part of the HandBrake source code. + Homepage: <http://handbrake.m0k.org/>. + It may be used under the terms of the GNU General Public License. */ + +#ifndef HB_DVD_READ_H +#define HB_DVD_READ_H + +#include "HandBrakeInternal.h" + +HBDVDRead * HBDVDReadInit( HBHandle *, HBTitle *, + HBAudio *, HBAudio * ); +void HBDVDReadClose( HBDVDRead ** ); + +#endif |