diff src/ft.c @ 5681:46d7ad0dfa26

[gaim-migrate @ 6100] Rewrote the proxy code. It should now work with the new prefs, and it has a namespace and API too! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 02:00:33 +0000
parents 9eb5b13fd412
children 059d95c67cda
line wrap: on
line diff
--- a/src/ft.c	Mon Jun 02 22:30:25 2003 +0000
+++ b/src/ft.c	Tue Jun 03 02:00:33 2003 +0000
@@ -602,8 +602,8 @@
 			xfer->remote_port = port;
 
 			/* Establish a file descriptor. */
-			proxy_connect(xfer->account, xfer->remote_ip, xfer->remote_port,
-						  connect_cb, xfer);
+			gaim_proxy_connect(xfer->account, xfer->remote_ip,
+							   xfer->remote_port, connect_cb, xfer);
 
 			return;
 		}