diff src/protocols/msn/slp.h @ 9259:f5f7482678d2

[gaim-migrate @ 10058] Patch by Felipe Contreras. He says, "This patch creates a different callback for the end of a slpcall, so there is no mistake with the current callback for a sucessful slpcall ... when we reach the end of a slpcall the slpcall data has been destroyed, the got_userdisplay cb should be called only as the sucessfull slpcall callback." Essentially, it fixes the corrupt buddy icon checksum issue, though it needs another patch that has to be reworked first, if I understood right. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 10 Jun 2004 20:57:52 +0000
parents ab6636c5a136
children b030f83693da
line wrap: on
line diff
--- a/src/protocols/msn/slp.h	Thu Jun 10 07:07:10 2004 +0000
+++ b/src/protocols/msn/slp.h	Thu Jun 10 20:57:52 2004 +0000
@@ -39,8 +39,8 @@
 
 void send_bye(MsnSlpCall *slpcall, const char *type);
 
-void msn_xfer_finish_cb(MsnSlpCall *slpcall,
-						const char *body, long long size);
+void msn_xfer_completed_cb(MsnSlpCall *slpcall,
+						   const char *body, long long size);
 
 void msn_xfer_cancel(GaimXfer *xfer);