comparison libpurple/protocols/msn/state.h @ 31131:6376fc7a092e

propagate from branch 'im.pidgin.pidgin' (head 8a0b15ca6f7e80f487af0b74bda066a717062d0f) to branch 'im.pidgin.cpw.qulogic.msnp16' (head 985d7e2eada00fd3ff1b4eba6e0d030bdfdff7fb)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 06 Feb 2010 05:26:27 +0000
parents 462cb893521b 1830fa548302
children 7913a4bf580c
comparison
equal deleted inserted replaced
29375:8e007ad2421d 31131:6376fc7a092e
58 58
59 const char *msn_state_get_text(MsnAwayType state); 59 const char *msn_state_get_text(MsnAwayType state);
60 60
61 void msn_set_psm(MsnSession *session); 61 void msn_set_psm(MsnSession *session);
62 62
63 /* Get the CurrentMedia info from the XML string */ 63 /* Get the CurrentMedia info from the XML node */
64 char *msn_get_currentmedia(char *xml_str, gsize len); 64 char *msn_get_currentmedia(xmlnode *payloadNode);
65 65
66 /*get the PSM info from the XML string*/ 66 /* Get the PSM info from the XML node */
67 char *msn_get_psm(char *xml_str, gsize len); 67 char *msn_get_psm(xmlnode *payloadNode);
68 68
69 MsnAwayType msn_state_from_account(PurpleAccount *account); 69 MsnAwayType msn_state_from_account(PurpleAccount *account);
70 70
71 #endif /* MSN_STATE_H */ 71 #endif /* MSN_STATE_H */