src/protocols/yahoo/yahoo_filexfer.c

changeset 14182
517f4531b8a0
parent 14170
f611621bc8a0
equal deleted inserted replaced
14181:06533bf0c3ad 14182:517f4531b8a0
90 90
91 gaim_xfer_start(xfer, source, NULL, 0); 91 gaim_xfer_start(xfer, source, NULL, 0);
92 92
93 } 93 }
94 94
95 static void yahoo_receivefile_connected(gpointer data, gint source) 95 static void yahoo_receivefile_connected(gpointer data, gint source, const gchar *error_message)
96 { 96 {
97 GaimXfer *xfer; 97 GaimXfer *xfer;
98 struct yahoo_xfer_data *xd; 98 struct yahoo_xfer_data *xd;
99 99
100 gaim_debug(GAIM_DEBUG_INFO, "yahoo", 100 gaim_debug(GAIM_DEBUG_INFO, "yahoo",
160 xd->txbuflen = 0; 160 xd->txbuflen = 0;
161 161
162 gaim_xfer_start(xfer, source, NULL, 0); 162 gaim_xfer_start(xfer, source, NULL, 0);
163 } 163 }
164 164
165 static void yahoo_sendfile_connected(gpointer data, gint source) 165 static void yahoo_sendfile_connected(gpointer data, gint source, const gchar *error_message)
166 { 166 {
167 GaimXfer *xfer; 167 GaimXfer *xfer;
168 struct yahoo_xfer_data *xd; 168 struct yahoo_xfer_data *xd;
169 struct yahoo_packet *pkt; 169 struct yahoo_packet *pkt;
170 gchar *size, *filename, *encoded_filename, *header; 170 gchar *size, *filename, *encoded_filename, *header;

mercurial