[MPlayer-cvslog] r31403 - trunk/TOOLS/netstream.c

diego subversion at mplayerhq.hu
Mon Jun 14 13:25:39 CEST 2010


Author: diego
Date: Mon Jun 14 13:25:39 2010
New Revision: 31403

Log:
Mark exit_sig() function as static; it is only used within the file.

Modified:
   trunk/TOOLS/netstream.c

Modified: trunk/TOOLS/netstream.c
==============================================================================
--- trunk/TOOLS/netstream.c	Mon Jun 14 13:24:55 2010	(r31402)
+++ trunk/TOOLS/netstream.c	Mon Jun 14 13:25:39 2010	(r31403)
@@ -253,7 +253,7 @@ static int make_fd_set(fd_set* fds, clie
 /// Hack to 'cleanly' exit
 static int run_server = 1;
 
-void exit_sig(int sig) {
+static void exit_sig(int sig) {
   static int count = 0;
   sig++; // gcc warning
   count++;


More information about the MPlayer-cvslog mailing list