diff 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
line wrap: on
line diff
--- a/ifo_print.h	Wed Jul 16 07:46:33 2008 +0000
+++ b/ifo_print.h	Thu Jul 24 22:03:06 2008 +0000
@@ -24,6 +24,7 @@
 #include "ifo_types.h"
 
 void ifo_print(dvd_reader_t *dvd, int title);
+void dvdread_print_time(dvd_time_t *dtime);
 
 #endif /* IFO_PRINT_H_INCLUDED */