1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
/* // C++ Interface: dvdread // // Description: // // // Author: Jean-Michel PETIT <copy@free.fr>, (C) 2006 // // Copyright: See COPYING file that comes with this distribution // // */ #ifndef DVDREAD_H_INCLUDED #define DVDREAD_H_INCLUDED #ifdef __cplusplus extern "C" { #endif #include "common.h" #ifdef __cplusplus } #endif #endif