comparison src/ft.c @ 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
377 xfer->ops.write = fnc; 377 xfer->ops.write = fnc;
378 } 378 }
379 379
380 void 380 void
381 gaim_xfer_set_ack_fnc(struct gaim_xfer *xfer, 381 gaim_xfer_set_ack_fnc(struct gaim_xfer *xfer,
382 void (*fnc)(struct gaim_xfer *)) 382 void (*fnc)(struct gaim_xfer *, const char *, size_t))
383 { 383 {
384 if (xfer == NULL) 384 if (xfer == NULL)
385 return; 385 return;
386 386
387 xfer->ops.ack = fnc; 387 xfer->ops.ack = fnc;