comparison src/protocols/msn/state.h @ 19772:2e078c892e0b

[gaim-migrate @ 17003] add the PSM processing need to store the PSM info to XML. Thanks for Chris <ukdrizzle@yahoo.co.uk> 's code! committed by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Wed, 23 Aug 2006 15:07:17 +0000
parents 23258253c7a0
children
comparison
equal deleted inserted replaced
19771:cf0611260c6b 19772:2e078c892e0b
59 59
60 const char *msn_state_get_text(MsnAwayType state); 60 const char *msn_state_get_text(MsnAwayType state);
61 61
62 void msn_set_psm(MsnSession *session); 62 void msn_set_psm(MsnSession *session);
63 63
64 /*get the PSM info from the XML string*/
65 const char * msn_get_psm(char *xml_str,gsize len);
66
64 MsnAwayType msn_state_from_account(GaimAccount *account); 67 MsnAwayType msn_state_from_account(GaimAccount *account);
65 68
66 #endif /* _MSN_STATE_H_ */ 69 #endif /* _MSN_STATE_H_ */