diff stream/vcd_read_fbsd.h @ 30670:fbd6ba7e0e14

Mark vcd_get_track_end () and vcd_read_toc() as static. They are only used within the respective files.
author diego
date Mon, 22 Feb 2010 16:32:03 +0000
parents ce0122361a39
children 9bab99cfdff2
line wrap: on
line diff
--- a/stream/vcd_read_fbsd.h	Mon Feb 22 15:35:53 2010 +0000
+++ b/stream/vcd_read_fbsd.h	Mon Feb 22 16:32:03 2010 +0000
@@ -144,7 +144,7 @@
   return VCD_SECTOR_DATA * vcd_get_msf(vcd);
 }
 
-int
+static int
 vcd_get_track_end(mp_vcd_priv_t* vcd, int track)
 {
   if (!read_toc_entry(vcd,
@@ -153,7 +153,7 @@
   return VCD_SECTOR_DATA * vcd_get_msf(vcd);
 }
 
-mp_vcd_priv_t*
+static mp_vcd_priv_t*
 vcd_read_toc(int fd)
 {
   struct ioc_toc_header tochdr;