diff stream/vcd_read_darwin.h @ 33349:3ab3212fb624

Make vcd_seek_to_track static, the GUI no longer needs to call it directly.
author reimar
date Sat, 07 May 2011 21:32:50 +0000
parents 9bab99cfdff2
children 3a192d8ecc56
line wrap: on
line diff
--- a/stream/vcd_read_darwin.h	Sat May 07 21:28:56 2011 +0000
+++ b/stream/vcd_read_darwin.h	Sat May 07 21:32:50 2011 +0000
@@ -67,7 +67,7 @@
   return CDConvertMSFToLBA(vcd->msf);
 }
 
-int vcd_seek_to_track(mp_vcd_priv_t* vcd, int track)
+static int vcd_seek_to_track(mp_vcd_priv_t* vcd, int track)
 {
 	struct CDTrackInfo entry;