diff libmpdemux/open.c @ 8812:f6456b177fdc

vcd_read_cue.h -> cue_read.c+h
author arpi
date Sun, 05 Jan 2003 23:51:05 +0000
parents 6af7a6595cc9
children aa0dd1f998d9
line wrap: on
line diff
--- a/libmpdemux/open.c	Sun Jan 05 21:42:27 2003 +0000
+++ b/libmpdemux/open.c	Sun Jan 05 23:51:05 2003 +0000
@@ -67,10 +67,8 @@
 #endif
 
 extern int vcd_get_track_end(int fd,int track);
-extern int cue_read_cue (const char *);
-extern int cue_vcd_seek_to_track (int track);
-extern int cue_vcd_get_track_end (int track);
-extern void cue_vcd_read_toc ();
+
+#include "cue_read.h"
 
 #ifdef USE_TV
 #include "tv.h"