[or-cvs] r16658: {tor} and make it compile with warnings on (tor/trunk/src/tools)

arma at seul.org arma at seul.org
Mon Aug 25 21:02:44 UTC 2008


Author: arma
Date: 2008-08-25 17:02:44 -0400 (Mon, 25 Aug 2008)
New Revision: 16658

Modified:
   tor/trunk/src/tools/tor-resolve.c
Log:
and make it compile with warnings on


Modified: tor/trunk/src/tools/tor-resolve.c
===================================================================
--- tor/trunk/src/tools/tor-resolve.c	2008-08-25 21:02:22 UTC (rev 16657)
+++ tor/trunk/src/tools/tor-resolve.c	2008-08-25 21:02:44 UTC (rev 16658)
@@ -138,7 +138,7 @@
 }
 
 /* It would be nice to let someone know what SOCKS5 issue a user may have */
-const char *
+static const char *
 socks5_reason_to_string(char reason)
 {
     switch(reason){



More information about the tor-commits mailing list