comparison src/protocols/msn/slp.h @ 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 bcfea6c3d5c9
children fd6d96ef5c6d
comparison
equal deleted inserted replaced
11137:096020ae09a9 11138:834a40ddab95
24 #ifndef _MSN_SLP_H_ 24 #ifndef _MSN_SLP_H_
25 #define _MSN_SLP_H_ 25 #define _MSN_SLP_H_
26 26
27 #include "slpcall.h" 27 #include "slpcall.h"
28 28
29 #include "internal.h"
29 #include "ft.h" 30 #include "ft.h"
30 31
31 void msn_xfer_progress_cb(MsnSlpCall *slpcall, gsize total_length, gsize 32 void msn_xfer_progress_cb(MsnSlpCall *slpcall, gsize total_length, gsize
32 len, gsize offset); 33 len, gsize offset);
33 34
35 const char *body, gsize len); 36 const char *body, gsize len);
36 37
37 void send_bye(MsnSlpCall *slpcall, const char *type); 38 void send_bye(MsnSlpCall *slpcall, const char *type);
38 39
39 void msn_xfer_completed_cb(MsnSlpCall *slpcall, 40 void msn_xfer_completed_cb(MsnSlpCall *slpcall,
40 const char *body, long long size); 41 const guchar *body, gsize size);
41 42
42 void msn_xfer_cancel(GaimXfer *xfer); 43 void msn_xfer_cancel(GaimXfer *xfer);
43 void msn_xfer_end_cb(MsnSlpCall *slpcall); 44 void msn_xfer_end_cb(MsnSlpCall *slpcall);
44 45
45 void msn_queue_buddy_icon_request(MsnUser *user); 46 void msn_queue_buddy_icon_request(MsnUser *user);