| 4593:857a5ea2830a | 4594:a96954344300 |
|---|---|
| 1255 g_free(data); | 1255 g_free(data); |
| 1256 xfer->data = NULL; | 1256 xfer->data = NULL; |
| 1257 } | 1257 } |
| 1258 | 1258 |
| 1259 static void | 1259 static void |
| 1260 irc_xfer_ack(struct gaim_xfer *xfer) | 1260 irc_xfer_ack(struct gaim_xfer *xfer, const char *buffer, size_t size) |
| 1261 { | 1261 { |
| 1262 guint32 pos; | 1262 guint32 pos; |
| 1263 | 1263 |
| 1264 pos = htonl(gaim_xfer_get_bytes_sent(xfer)); | 1264 pos = htonl(gaim_xfer_get_bytes_sent(xfer)); |
| 1265 | 1265 |