changeset 23603:c1221a031ab7

Add a (almost correct) prototype for vcd_seek_to_track
author reimar
date Sun, 24 Jun 2007 09:52:19 +0000
parents a7dc7b4c1401
children cb16042df510
files gui/interface.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Sun Jun 24 08:39:40 2007 +0000
+++ b/gui/interface.c	Sun Jun 24 09:52:19 2007 +0000
@@ -46,6 +46,7 @@
 #include "stream/stream_dvd.h"
 #endif
 
+int vcd_seek_to_track(void *vcd, int track);
 
 #include "m_config.h"
 #include "m_option.h"