diff mcabber/src/roster.h @ 532:2ac8d8e49e81

Send status changes to chatrooms
author Mikael Berthe <mikael@lilotux.net>
date Thu, 24 Nov 2005 00:03:37 +0100
parents 6c3cd3aa4a91
children ffdfddd351b8
line wrap: on
line diff
--- a/mcabber/src/roster.h	Tue Nov 22 23:36:12 2005 +0100
+++ b/mcabber/src/roster.h	Thu Nov 24 00:03:37 2005 +0100
@@ -88,6 +88,9 @@
 guint   buddy_getflags(gpointer rosterdata);
 GList  *buddy_search_jid(char *jid);
 GList  *buddy_search(char *string);
+void    foreach_buddy(guint roster_type,
+                      void (*pfunc)(gpointer rosterdata, void *param),
+                      void *param);
 gpointer unread_msg(gpointer rosterdata);
 
 GSList *compl_list(guint type);