# HG changeset patch # User Mark Doliner # Date 1045778045 0 # Node ID 63c022ca157c86d09b9480d6c90452b10e9866ce # Parent a2c95c0d73338135716941bfff6771f9b21a9a01 [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 diff -r a2c95c0d7333 -r 63c022ca157c src/ft.c --- a/src/ft.c Thu Feb 20 21:08:46 2003 +0000 +++ b/src/ft.c Thu Feb 20 21:54:05 2003 +0000 @@ -379,7 +379,7 @@ void gaim_xfer_set_ack_fnc(struct gaim_xfer *xfer, - void (*fnc)(struct gaim_xfer *)) + void (*fnc)(struct gaim_xfer *, const char *, size_t)) { if (xfer == NULL) return; diff -r a2c95c0d7333 -r 63c022ca157c src/ft.h --- a/src/ft.h Thu Feb 20 21:08:46 2003 +0000 +++ b/src/ft.h Thu Feb 20 21:54:05 2003 +0000 @@ -338,7 +338,7 @@ * @param fnc The acknowledge function. */ void gaim_xfer_set_ack_fnc(struct gaim_xfer *xfer, - void (*fnc)(struct gaim_xfer *)); + void (*fnc)(struct gaim_xfer *, const char *, size_t)); /** * Sets the transfer initialization function for the file transfer.