diff 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
line wrap: on
line diff
--- 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.