libpurple/protocols/msn/state.h

branch
cpw.qulogic.msnp16
changeset 29456
17817920f7a0
parent 29305
202cb72ed5b0
parent 29455
507fafef57a4
child 30917
68e0555a80b8
equal deleted inserted replaced
29307:7da7e48a6444 29456:17817920f7a0
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 */

mercurial