diff src/proxy.h @ 4137:22875a399312

[gaim-migrate @ 4355] this patch from Robert Krawitz (rlk) should fix some of the proxy preference mess committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Dec 2002 00:51:00 +0000
parents 1a6d3f3bc682
children 7ba9b56a8796
line wrap: on
line diff
--- a/src/proxy.h	Wed Dec 25 00:38:25 2002 +0000
+++ b/src/proxy.h	Wed Dec 25 00:51:00 2002 +0000
@@ -49,6 +49,7 @@
 extern int  proxytype;
 extern char proxyuser[128];
 extern char proxypass[128];
+extern guint proxy_info_is_from_gaimrc;
 
 typedef enum {
 	GAIM_INPUT_READ = 1 << 0,