diff mcabber/src/jabglue.h @ 1163:2913310a7be6

Make /roster bookmark in the status buffer show all bookmarks
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Feb 2007 11:25:41 +0100
parents c0d44a9a99bc
children 6f602d3270a4
line wrap: on
line diff
--- a/mcabber/src/jabglue.h	Sat Feb 17 10:35:12 2007 +0100
+++ b/mcabber/src/jabglue.h	Sat Feb 17 11:25:41 2007 +0100
@@ -76,6 +76,7 @@
                        struct role_affil ra, const char *reason);
 void jb_iqs_display_list(void);
 void jb_request(const char *fjid, enum iqreq_type reqtype);
+GSList *jb_get_all_storage_bookmarks(void);
 void jb_set_storage_bookmark(const char *roomid, const char *name,
                              const char *nick, const char *passwd,
                              int autojoin);