src/protocols/msn/user.h

branch
soc.2006.msnp13
changeset 13888
bda6f562e1e6
parent 13855
24cff9e060d7
child 13894
c770be775f7b
--- a/src/protocols/msn/user.h	Tue Aug 22 16:13:43 2006 +0000
+++ b/src/protocols/msn/user.h	Wed Aug 23 15:07:17 2006 +0000
@@ -48,6 +48,8 @@
 	char * uid;				/*< User Id							*/
 
 	const char *status;     /**< The state of the user.         */
+	const char *statusline;	/**< The state of the user.	*/	
+
 	gboolean idle;          /**< The idle state of the user.    */
 
 	struct
@@ -105,6 +107,14 @@
  */
 void msn_user_update(MsnUser *user);
 
+ /**
+  *  Sets the new statusline of user.
+  * 
+  *  @param user The user.
+  *  @param state The statusline string.
+  */
+void msn_user_set_statusline(MsnUser *user, const char *statusline);
+
 /**
  * Sets the new state of user.
  *

mercurial