changeset 31337:3fd6746f539c

Mark exit_sig() function as static; it is only used within the file.
author diego
date Mon, 14 Jun 2010 11:25:39 +0000
parents 10120676ffab
children 4f1740bd1cb3
files TOOLS/netstream.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/netstream.c	Mon Jun 14 11:24:55 2010 +0000
+++ b/TOOLS/netstream.c	Mon Jun 14 11:25:39 2010 +0000
@@ -253,7 +253,7 @@
 /// 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++;