comparison src/ft.h @ 4595:63c022ca157c

[gaim-migrate @ 4880] I forgot this. "The way I see it, if you're gonna build a time machine into a car, why not do it with some style." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 20 Feb 2003 21:54:05 +0000
parents a2c95c0d7333
children 4fe88c94c3b4
comparison
equal deleted inserted replaced
4594:a2c95c0d7333 4595:63c022ca157c
336 * 336 *
337 * @param xfer The file transfer. 337 * @param xfer The file transfer.
338 * @param fnc The acknowledge function. 338 * @param fnc The acknowledge function.
339 */ 339 */
340 void gaim_xfer_set_ack_fnc(struct gaim_xfer *xfer, 340 void gaim_xfer_set_ack_fnc(struct gaim_xfer *xfer,
341 void (*fnc)(struct gaim_xfer *)); 341 void (*fnc)(struct gaim_xfer *, const char *, size_t));
342 342
343 /** 343 /**
344 * Sets the transfer initialization function for the file transfer. 344 * Sets the transfer initialization function for the file transfer.
345 * 345 *
346 * This function is required, and must call gaim_xfer_start() with 346 * This function is required, and must call gaim_xfer_start() with