diff src/protocols/msn/state.h @ 9193:502707ca1836

[gaim-migrate @ 9988] Patch by Felipe Contreras to add MSN file transfer and buddy icons. Please test and report any bugs! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 02:39:08 +0000
parents 92cbf9713795
children ab6636c5a136
line wrap: on
line diff
--- a/src/protocols/msn/state.h	Sun Jun 06 02:16:08 2004 +0000
+++ b/src/protocols/msn/state.h	Sun Jun 06 02:39:08 2004 +0000
@@ -42,6 +42,14 @@
 #define MSN_AWAY_TYPE(x)   (((x) >> 1) & 0x0F)
 
 /**
+ * Changes the status of the user.
+ *
+ * @param session The MSN session.
+ * @param state   The new state.
+ */
+void msn_change_status(MsnSession *session, MsnAwayType state);
+
+/**
  * Returns the string representation of an away type.
  *
  * @param type The away type.
@@ -50,4 +58,6 @@
  */
 const char *msn_away_get_text(MsnAwayType type);
 
+const char *msn_state_get_text(MsnAwayType state);
+
 #endif /* _MSN_STATE_H_ */