diff stream/tv.c @ 23881:5a5c7866921f

Removing forward declarations of routines used only in tv.c Marking above routines as static Removing unfaithful comment
author voroshil
date Sun, 29 Jul 2007 03:55:12 +0000
parents 1c888cc4ebbb
children d65439444b75
line wrap: on
line diff
--- a/stream/tv.c	Sun Jul 29 03:38:01 2007 +0000
+++ b/stream/tv.c	Sun Jul 29 03:55:12 2007 +0000
@@ -505,9 +505,7 @@
 	return 1;
 }
 
-/* ================== STREAM_TV ===================== */
-
-tvi_handle_t *tv_begin(void)
+static tvi_handle_t *tv_begin(void)
 {
     int i;
     tvi_handle_t* h;
@@ -539,7 +537,7 @@
     return(NULL);
 }
 
-int tv_uninit(tvi_handle_t *tvh)
+static int tv_uninit(tvi_handle_t *tvh)
 {
     int res;
     if(!tvh) return 1;