comparison ifo_print.h @ 13:4e610984cc3f src

added dvdread_print_time() and removed the file-static print_time() in nav_print.c; based on a patch by Erik Hovland org
author nicodvb
date Thu, 24 Jul 2008 22:03:06 +0000
parents 5b63b7151e60
children fce16251755c
comparison
equal deleted inserted replaced
12:056f5573a7dc 13:4e610984cc3f
22 22
23 #include <inttypes.h> 23 #include <inttypes.h>
24 #include "ifo_types.h" 24 #include "ifo_types.h"
25 25
26 void ifo_print(dvd_reader_t *dvd, int title); 26 void ifo_print(dvd_reader_t *dvd, int title);
27 void dvdread_print_time(dvd_time_t *dtime);
27 28
28 #endif /* IFO_PRINT_H_INCLUDED */ 29 #endif /* IFO_PRINT_H_INCLUDED */
29 30
30 /* 31 /*
31 * $Log$ 32 * $Log$