diff src/proxy.c @ 12246:b7a51e68d0b8

[gaim-migrate @ 14548] Make some things static and namespace session_init and session_end committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 28 Nov 2005 06:20:06 +0000
parents c5f12ada46d1
children 9ed903d0c619
line wrap: on
line diff
--- 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];