comparison src/proxy.c @ 210:ec0686b3b03f

[gaim-migrate @ 220] Mostly small changes trying to get -Wall not to give any messages. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 01 May 2000 19:39:00 +0000
parents bfdc427b936d
children 985635758c33
comparison
equal deleted inserted replaced
209:6e9b375e30e7 210:ec0686b3b03f
33 #include <gtk/gtk.h> 33 #include <gtk/gtk.h>
34 #include "gaim.h" 34 #include "gaim.h"
35 #include "proxy.h" 35 #include "proxy.h"
36 36
37 37
38 static int proxy_inited=0; 38 /* static int proxy_inited=0; */
39 int proxy_type = 0; 39 int proxy_type = 0;
40 char proxy_host[256]; 40 char proxy_host[256];
41 int proxy_port = 3128; 41 int proxy_port = 3128;
42 char *proxy_realhost = NULL; 42 char *proxy_realhost = NULL;
43 43