# HG changeset patch # User diego # Date 1276514739 0 # Node ID 3fd6746f539c5bb991f2d661c66d59a79abba075 # Parent 10120676ffabf8e60404175cb4c61a35a0bab2cb Mark exit_sig() function as static; it is only used within the file. diff -r 10120676ffab -r 3fd6746f539c TOOLS/netstream.c --- 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++;