diff mcabber/src/roster.h @ 318:45076d02eeef

The /status command can specify a status message We can now use: "/status dnd On the phone..." Related change: Display the buddy status message when a buddy connects/changes his/her status.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 15 Jul 2005 18:45:41 +0100
parents 49e9e02dd6d0
children a9013124ede6
line wrap: on
line diff
--- a/mcabber/src/roster.h	Fri Jul 15 13:55:47 2005 +0100
+++ b/mcabber/src/roster.h	Fri Jul 15 18:45:41 2005 +0100
@@ -41,6 +41,7 @@
 void    roster_msg_setflag(const char *jid, guint value);
 void    roster_settype(const char *jid, guint type);
 enum imstatus roster_getstatus(const char *jid);
+const char   *roster_getstatusmsg(const char *jid);
 guint   roster_gettype(const char *jid);
 inline guint roster_exists(const char *jidname, enum findwhat type,
         guint roster_type);