comparison 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
comparison
equal deleted inserted replaced
4633:812148fb2e2f 4634:d19872836812
68 * like which server to connect to, etc */ 68 * like which server to connect to, etc */
69 char proto_opt[7][256]; 69 char proto_opt[7][256];
70 70
71 /* buddy icon file */ 71 /* buddy icon file */
72 char iconfile[256]; 72 char iconfile[256];
73
74 struct gaim_proxy_info *gpi;
73 75
74 struct gaim_connection *gc; 76 struct gaim_connection *gc;
75 gboolean connecting; 77 gboolean connecting;
76 78
77 GSList *permit; 79 GSList *permit;