comparison src/protocols/yahoo/ycht.c @ 14120:d812efcea547

[gaim-migrate @ 16754] Warning fixes for now. Someone (probably me, sigh) will have to change this to use gaim_proxy_connect_cancel() later in the week committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Aug 2006 08:27:53 +0000
parents 7a205b430d19
children
comparison
equal deleted inserted replaced
14119:54147aa1ffe6 14120:d812efcea547
526 526
527 ycht_packet_free(pkt); 527 ycht_packet_free(pkt);
528 } 528 }
529 } 529 }
530 530
531 static void ycht_got_connected(gpointer data, gint source) 531 static void ycht_got_connected(gpointer data, gint source, const gchar *error_message)
532 { 532 {
533 YchtConn *ycht = data; 533 YchtConn *ycht = data;
534 GaimConnection *gc = ycht->gc; 534 GaimConnection *gc = ycht->gc;
535 struct yahoo_data *yd = gc->proto_data; 535 struct yahoo_data *yd = gc->proto_data;
536 YchtPkt *pkt; 536 YchtPkt *pkt;