Mercurial > pidgin
diff src/protocols/msn/slp.h @ 13125:442b23efba54
[gaim-migrate @ 15487]
sf patch #1424749, from Evan Schoenberg
Fix MSN buddy icon rate-limiting problems
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 05 Feb 2006 21:30:43 +0000 |
| parents | fd6d96ef5c6d |
| children |
line wrap: on
line diff
--- a/src/protocols/msn/slp.h Sun Feb 05 20:06:31 2006 +0000 +++ b/src/protocols/msn/slp.h Sun Feb 05 21:30:43 2006 +0000 @@ -25,7 +25,7 @@ #define _MSN_SLP_H_ #include "slpcall.h" - +#include "session.h" #include "internal.h" #include "ft.h" @@ -41,7 +41,7 @@ const guchar *body, gsize size); void msn_xfer_cancel(GaimXfer *xfer); -void msn_xfer_end_cb(MsnSlpCall *slpcall); +void msn_xfer_end_cb(MsnSlpCall *slpcall, MsnSession *session); void msn_queue_buddy_icon_request(MsnUser *user);
