| 27 #include "slpcall.h" |
27 #include "slpcall.h" |
| 28 #include "session.h" |
28 #include "session.h" |
| 29 #include "internal.h" |
29 #include "internal.h" |
| 30 #include "ft.h" |
30 #include "ft.h" |
| 31 |
31 |
| 32 void msn_xfer_progress_cb(MsnSlpCall *slpcall, gsize total_length, gsize |
|
| 33 len, gsize offset); |
|
| 34 |
|
| 35 MsnSlpCall * msn_slp_sip_recv(MsnSlpLink *slplink, |
32 MsnSlpCall * msn_slp_sip_recv(MsnSlpLink *slplink, |
| 36 const char *body); |
33 const char *body); |
| 37 |
34 |
| 38 void send_bye(MsnSlpCall *slpcall, const char *type); |
35 void send_bye(MsnSlpCall *slpcall, const char *type); |
| 39 |
36 |