comparison src/protocols/yahoo/yahoo_picture.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
404 gaim_input_remove(d->watcher); 404 gaim_input_remove(d->watcher);
405 d->watcher = gaim_input_add(d->fd, GAIM_INPUT_READ, yahoo_buddy_icon_upload_reading, d); 405 d->watcher = gaim_input_add(d->fd, GAIM_INPUT_READ, yahoo_buddy_icon_upload_reading, d);
406 } 406 }
407 } 407 }
408 408
409 static void yahoo_buddy_icon_upload_connected(gpointer data, gint source) 409 static void yahoo_buddy_icon_upload_connected(gpointer data, gint source, const gchar *error_message)
410 { 410 {
411 struct yahoo_buddy_icon_upload_data *d = data; 411 struct yahoo_buddy_icon_upload_data *d = data;
412 struct yahoo_packet *pkt; 412 struct yahoo_packet *pkt;
413 gchar *size, *header; 413 gchar *size, *header;
414 guchar *pkt_buf; 414 guchar *pkt_buf;