diff src/core.h @ 4634:d19872836812

[gaim-migrate @ 4941] This will let you set up different proxy settings for different accounts. Mainly useful to the corporate users that need to connect to an internal jabber server, and still want to connect to "external" stuff through a proxy, or something along those lines. I'm sure someone will come up with another use for it. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 02 Mar 2003 18:48:02 +0000
parents 7521e29658bc
children 283fb289c510
line wrap: on
line diff
--- a/src/core.h	Sun Mar 02 08:10:54 2003 +0000
+++ b/src/core.h	Sun Mar 02 18:48:02 2003 +0000
@@ -71,6 +71,8 @@
 	/* buddy icon file */
 	char iconfile[256];
 
+	struct gaim_proxy_info *gpi;
+
 	struct gaim_connection *gc;
 	gboolean connecting;