comparison libdvdread/ifo_print.h @ 368:62dd6af82d7b src

adapted the tree to the dvdread->libdvdread transition
author nicodvb
date Sat, 31 May 2008 12:34:25 +0000
parents 1274107d0eac
children
comparison
equal deleted inserted replaced
367:1274107d0eac 368:62dd6af82d7b
22 22
23 #include <inttypes.h> 23 #include <inttypes.h>
24 #ifdef DVDNAV_COMPILE 24 #ifdef DVDNAV_COMPILE
25 # include "ifo_types.h" 25 # include "ifo_types.h"
26 #else 26 #else
27 # include <dvdread/ifo_types.h> /* Only for vm_cmd_t */ 27 # include <libdvdread/ifo_types.h> /* Only for vm_cmd_t */
28 #endif 28 #endif
29 29
30 void ifo_print(dvd_reader_t *dvd, int title); 30 void ifo_print(dvd_reader_t *dvd, int title);
31 31
32 #endif /* IFO_PRINT_H_INCLUDED */ 32 #endif /* IFO_PRINT_H_INCLUDED */