diff src/protocols/msn/state.h @ 11992:c824e39db0e7

[gaim-migrate @ 14285] - make Offline a user setable status in MSN - redo MSN status changing to query the core for the current status instead of keeping track of it itself, as recommended by Mark on patch #1336338. - bring back the buddy list synchronization by parsing the buddy list after signon committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 06 Nov 2005 21:52:00 +0000
parents ab6636c5a136
children 06368415c89c
line wrap: on
line diff
--- a/src/protocols/msn/state.h	Sun Nov 06 19:52:20 2005 +0000
+++ b/src/protocols/msn/state.h	Sun Nov 06 21:52:00 2005 +0000
@@ -47,9 +47,8 @@
  * Changes the status of the user.
  *
  * @param session The MSN session.
- * @param state   The new state.
  */
-void msn_change_status(MsnSession *session, MsnAwayType state);
+void msn_change_status(MsnSession *session);
 
 /**
  * Returns the string representation of an away type.
@@ -62,4 +61,6 @@
 
 const char *msn_state_get_text(MsnAwayType state);
 
+MsnAwayType msn_state_from_account(GaimAccount *account);
+
 #endif /* _MSN_STATE_H_ */