diff mcabber/src/roster.h @ 141:6533a231a65e

[/trunk] Changeset 153 by mikael * We now rebuild the buddy list when receiving a message from an offline/invisible buddy.
author mikael
date Thu, 28 Apr 2005 20:34:40 +0000
parents cfd3df636d5f
children 7571de4aed73
line wrap: on
line diff
--- a/mcabber/src/roster.h	Thu Apr 28 20:11:31 2005 +0000
+++ b/mcabber/src/roster.h	Thu Apr 28 20:34:40 2005 +0000
@@ -43,6 +43,8 @@
 void    roster_settype(const char *jid, guint type);
 enum imstatus roster_getstatus(const char *jid);
 guint   roster_gettype(const char *jid);
+inline guint roster_exists(const char *jidname, enum findwhat type,
+        guint roster_type);
 
 void buddylist_set_hide_offline_buddies(int hide);
 inline int buddylist_get_hide_offline_buddies(void);