comparison src/protocols/oscar/peer_proxy.c @ 14109:a21da42126d6

[gaim-migrate @ 16743] Almost all of oscar is using gaim_proxy_connect_cancel() now committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Aug 2006 06:24:17 +0000
parents b0566d50291f
children
comparison
equal deleted inserted replaced
14108:7a205b430d19 14109:a21da42126d6
324 /** 324 /**
325 * We tried to make an outgoing connection to a proxy server. It 325 * We tried to make an outgoing connection to a proxy server. It
326 * either connected or failed to connect. 326 * either connected or failed to connect.
327 */ 327 */
328 void 328 void
329 peer_proxy_connection_established_cb(gpointer data, gint source) 329 peer_proxy_connection_established_cb(gpointer data, gint source, const gchar *error_message)
330 { 330 {
331 PeerConnection *conn; 331 PeerConnection *conn;
332 332
333 conn = data; 333 conn = data;
334 334