comparison libpurple/protocols/msn/slp.h @ 28691:59b0c556f787

A quick and dirty hack to make MSN use the in-core code to perform FT. This has the advantage of not requiring an on-disk file or socket that the MSN code steals from the core. That said, this is pretty bad code which I'm only checking in as-is so that I can go back to using trunk without it.
author Paul Aurich <paul@darkrain42.org>
date Fri, 16 Oct 2009 01:26:04 +0000
parents 44b4e8bd759b
children 650ba1c84049
comparison
equal deleted inserted replaced
28387:583a2f6ae576 28691:59b0c556f787
39 39
40 void msn_xfer_completed_cb(MsnSlpCall *slpcall, 40 void msn_xfer_completed_cb(MsnSlpCall *slpcall,
41 const guchar *body, gsize size); 41 const guchar *body, gsize size);
42 42
43 void msn_xfer_cancel(PurpleXfer *xfer); 43 void msn_xfer_cancel(PurpleXfer *xfer);
44 gssize msn_xfer_write(const guchar *data, gsize len, PurpleXfer *xfer);
45 gssize msn_xfer_read(guchar **data, PurpleXfer *xfer);
46
44 void msn_xfer_end_cb(MsnSlpCall *slpcall, MsnSession *session); 47 void msn_xfer_end_cb(MsnSlpCall *slpcall, MsnSession *session);
45 48
46 void msn_queue_buddy_icon_request(MsnUser *user); 49 void msn_queue_buddy_icon_request(MsnUser *user);
47 50
48 #endif /* _MSN_SLP_H_ */ 51 #endif /* _MSN_SLP_H_ */