diff -r 7da7e48a6444 -r 17817920f7a0 libpurple/protocols/msn/state.h --- a/libpurple/protocols/msn/state.h Fri Feb 05 23:04:41 2010 +0000 +++ b/libpurple/protocols/msn/state.h Sat Feb 06 05:26:27 2010 +0000 @@ -60,11 +60,11 @@ void msn_set_psm(MsnSession *session); -/* Get the CurrentMedia info from the XML string */ -char *msn_get_currentmedia(char *xml_str, gsize len); +/* Get the CurrentMedia info from the XML node */ +char *msn_get_currentmedia(xmlnode *payloadNode); -/*get the PSM info from the XML string*/ -char *msn_get_psm(char *xml_str, gsize len); +/* Get the PSM info from the XML node */ +char *msn_get_psm(xmlnode *payloadNode); MsnAwayType msn_state_from_account(PurpleAccount *account);