diff mcabber/src/roster.h @ 889:ae93e69aaaaf

Fix up pending message flag for the status special buffer It's still disabled (because it isn't useful as is).
author Mikael Berthe <mikael@lilotux.net>
date Tue, 30 May 2006 23:22:37 +0200
parents afdd81c2c44d
children 527d6f234924
line wrap: on
line diff
--- a/mcabber/src/roster.h	Tue May 30 20:36:44 2006 +0200
+++ b/mcabber/src/roster.h	Tue May 30 23:22:37 2006 +0200
@@ -4,6 +4,8 @@
 #include <glib.h>
 #include <time.h>
 
+#define SPECIAL_BUFFER_STATUS_ID  "[status]"
+
 enum imstatus {
     offline,
     available,
@@ -94,7 +96,7 @@
                          enum imrole role, enum imaffiliation affil,
                          const char *realjid);
 void    roster_setflags(const char *jid, guint flags, guint value);
-void    roster_msg_setflag(const char *jid, guint value);
+void    roster_msg_setflag(const char *jid, guint special, guint value);
 const char *roster_getname(const char *jid);
 const char *roster_getnickname(const char *jid);
 void    roster_settype(const char *jid, guint type);