libpurple/protocols/msn/state.h

branch
cpw.qulogic.msnp16
changeset 29456
17817920f7a0
parent 29305
202cb72ed5b0
parent 29455
507fafef57a4
child 30917
68e0555a80b8
--- 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);
 

mercurial