diff src/protocols/msn/state.h @ 19786:23258253c7a0

[gaim-migrate @ 16546] can login sucessfully Other's can see the online status Can chat with gaim. Some bug exist! will crash Some Problem existed on group management committed by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sun, 23 Jul 2006 09:19:12 +0000
parents 06368415c89c
children 2e078c892e0b
line wrap: on
line diff
--- a/src/protocols/msn/state.h	Mon Jul 17 12:22:37 2006 +0000
+++ b/src/protocols/msn/state.h	Sun Jul 23 09:19:12 2006 +0000
@@ -59,6 +59,8 @@
 
 const char *msn_state_get_text(MsnAwayType state);
 
+void msn_set_psm(MsnSession *session);
+
 MsnAwayType msn_state_from_account(GaimAccount *account);
 
 #endif /* _MSN_STATE_H_ */