comparison mcabber/src/roster.h @ 885:afdd81c2c44d

Allow /rename for groups
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 May 2006 10:42:22 +0200
parents 4f1a93faffea
children ae93e69aaaaf
comparison
equal deleted inserted replaced
884:9e6d9f0cf9eb 885:afdd81c2c44d
141 GList *buddy_search_jid(char *jid); 141 GList *buddy_search_jid(char *jid);
142 GList *buddy_search(char *string); 142 GList *buddy_search(char *string);
143 void foreach_buddy(guint roster_type, 143 void foreach_buddy(guint roster_type,
144 void (*pfunc)(gpointer rosterdata, void *param), 144 void (*pfunc)(gpointer rosterdata, void *param),
145 void *param); 145 void *param);
146 void foreach_group_member(gpointer groupdata,
147 void (*pfunc)(gpointer rosterdata, void *param),
148 void *param);
146 gpointer unread_msg(gpointer rosterdata); 149 gpointer unread_msg(gpointer rosterdata);
147 150
148 GSList *compl_list(guint type); 151 GSList *compl_list(guint type);
149 152
150 #endif /* __ROSTER_H__ */ 153 #endif /* __ROSTER_H__ */