comparison libpurple/protocols/msn/slp.h @ 31272:25a8e3ad7e30

Remove this prototipe and make the function static since it is not exposed anymore.
author masca@cpw.pidgin.im
date Tue, 29 Jun 2010 22:25:24 +0000
parents eabeba9c823f
children 56ef12440d52
comparison
equal deleted inserted replaced
31271:b0c8b85265b4 31272:25a8e3ad7e30
49 guint32 unknown2; /*< Possibly for background sharing as well */ 49 guint32 unknown2; /*< Possibly for background sharing as well */
50 gchar preview[1]; /*< File preview data, 96x96 PNG */ 50 gchar preview[1]; /*< File preview data, 96x96 PNG */
51 } MsnFileContext; 51 } MsnFileContext;
52 #pragma pack(pop) 52 #pragma pack(pop)
53 53
54 MsnSlpCall * msn_slp_sip_recv(MsnSlpLink *slplink,
55 const char *body);
56 void 54 void
57 msn_slp_send_ok(MsnSlpCall *slpcall, const char *branch, 55 msn_slp_send_ok(MsnSlpCall *slpcall, const char *branch,
58 const char *type, const char *content); 56 const char *type, const char *content);
59 57
60 void 58 void