Mercurial > pidgin
changeset 11138:834a40ddab95
[gaim-migrate @ 13202]
I swear I tested this before I committed
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 21 Jul 2005 05:55:22 +0000 |
parents | 096020ae09a9 |
children | 2b6009535e30 |
files | src/protocols/msn/slp.c src/protocols/msn/slp.h |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/slp.c Thu Jul 21 05:49:48 2005 +0000 +++ b/src/protocols/msn/slp.c Thu Jul 21 05:55:22 2005 +0000 @@ -152,7 +152,7 @@ } void -msn_xfer_completed_cb(MsnSlpCall *slpcall, guchar *body, +msn_xfer_completed_cb(MsnSlpCall *slpcall, const guchar *body, gsize size) { gaim_xfer_set_completed(slpcall->xfer, TRUE);
--- a/src/protocols/msn/slp.h Thu Jul 21 05:49:48 2005 +0000 +++ b/src/protocols/msn/slp.h Thu Jul 21 05:55:22 2005 +0000 @@ -26,6 +26,7 @@ #include "slpcall.h" +#include "internal.h" #include "ft.h" void msn_xfer_progress_cb(MsnSlpCall *slpcall, gsize total_length, gsize @@ -37,7 +38,7 @@ void send_bye(MsnSlpCall *slpcall, const char *type); void msn_xfer_completed_cb(MsnSlpCall *slpcall, - const char *body, long long size); + const guchar *body, gsize size); void msn_xfer_cancel(GaimXfer *xfer); void msn_xfer_end_cb(MsnSlpCall *slpcall);