comparison src/proxy.c @ 8231:f50c059b6384

[gaim-migrate @ 8954] This is Tim Ringenbach's patch to move some IP-related functions into the new gaim_network namespace, improve the local IP checking functionality by opening a socket, change some prefs, and add the ability to modify these prefs in the UI. Some ft.c bugs were fixed, and OSCAR, Jabber and Yahoo were updated to reflect the changes. The DCC SEND portion of this patch was not committed, as per his request (unless I misunderstood? :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 12 Feb 2004 00:36:55 +0000
parents 52089b055c12
children b5dbd1839716
comparison
equal deleted inserted replaced
8230:4e354776ae2a 8231:f50c059b6384
1761 1761
1762 return gaim_gethostbyname_async(connecthost, connectport, 1762 return gaim_gethostbyname_async(connecthost, connectport,
1763 connection_host_resolved, phb); 1763 connection_host_resolved, phb);
1764 } 1764 }
1765 1765
1766
1767 static void 1766 static void
1768 proxy_pref_cb(const char *name, GaimPrefType type, gpointer value, 1767 proxy_pref_cb(const char *name, GaimPrefType type, gpointer value,
1769 gpointer data) 1768 gpointer data)
1770 { 1769 {
1771 GaimProxyInfo *info = gaim_global_proxy_get_info(); 1770 GaimProxyInfo *info = gaim_global_proxy_get_info();