comparison libpurple/protocols/msn/soap.c @ 20526:915e11fbaeb0

beginning of soap layer rewrite, does that even compile?
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 19 Sep 2007 06:20:08 +0000
parents f6dff814d95f
children 29d8c86c14cd
comparison
equal deleted inserted replaced
20525:5bef3197383a 20526:915e11fbaeb0
267 267
268 return len; 268 return len;
269 } 269 }
270 270
271 /*read the whole SOAP server response*/ 271 /*read the whole SOAP server response*/
272 void 272 static void
273 msn_soap_read_cb(gpointer data, gint source, PurpleInputCondition cond) 273 msn_soap_read_cb(gpointer data, gint source, PurpleInputCondition cond)
274 { 274 {
275 MsnSoapConn *soapconn = data; 275 MsnSoapConn *soapconn = data;
276 MsnSession *session; 276 MsnSession *session;
277 int len; 277 int len;