src/proxy.c

changeset 12246
7af1ef3b1cc4
parent 12156
58a027264d6c
child 12273
e81f70df6280
--- a/src/proxy.c	Mon Nov 28 05:28:01 2005 +0000
+++ b/src/proxy.c	Mon Nov 28 06:20:06 2005 +0000
@@ -52,7 +52,7 @@
 
 static void try_connect(struct PHB *);
 
-const char* socks5errors[] = {
+static const char *socks5errors[] = {
 	"succeeded\n",
 	"general SOCKS server failure\n",
 	"connection not allowed by ruleset\n",
@@ -271,7 +271,7 @@
 
 static int number_of_dns_children = 0;
 
-const int MAX_DNS_CHILDREN = 2;
+static const int MAX_DNS_CHILDREN = 2;
 
 typedef struct {
 	char hostname[512];

mercurial