diff mcabber/src/roster.h @ 439:63562fd409a1

/info can show multiple resources Add buddy_getresources() and teach /info about multiple resources.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 20 Sep 2005 21:27:21 +0200
parents b44be19d6229
children 03bb57383cea
line wrap: on
line diff
--- a/mcabber/src/roster.h	Mon Sep 19 23:32:42 2005 +0200
+++ b/mcabber/src/roster.h	Tue Sep 20 21:27:21 2005 +0200
@@ -74,6 +74,8 @@
 gpointer buddy_getgroup(gpointer rosterdata);
 enum imstatus buddy_getstatus(gpointer rosterdata, const char *resname);
 const char *buddy_getstatusmsg(gpointer rosterdata, const char *resname);
+gchar   buddy_getresourceprio(gpointer rosterdata, const char *resname);
+GSList *buddy_getresources(gpointer rosterdata);
 void    buddy_setflags(gpointer rosterdata, guint flags, guint value);
 guint   buddy_getflags(gpointer rosterdata);
 GList  *buddy_search(char *string);