Mercurial > pidgin
changeset 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 | 7e1591c6d0d8 |
files | src/ft.c src/ft.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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.