comparison 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
comparison
equal deleted inserted replaced
1162:39b20ea22ce9 1163:2913310a7be6
74 void jb_room_invite(const char *room, const char *fjid, const char *reason); 74 void jb_room_invite(const char *room, const char *fjid, const char *reason);
75 int jb_room_setattrib(const char *roomid, const char *fjid, const char *nick, 75 int jb_room_setattrib(const char *roomid, const char *fjid, const char *nick,
76 struct role_affil ra, const char *reason); 76 struct role_affil ra, const char *reason);
77 void jb_iqs_display_list(void); 77 void jb_iqs_display_list(void);
78 void jb_request(const char *fjid, enum iqreq_type reqtype); 78 void jb_request(const char *fjid, enum iqreq_type reqtype);
79 GSList *jb_get_all_storage_bookmarks(void);
79 void jb_set_storage_bookmark(const char *roomid, const char *name, 80 void jb_set_storage_bookmark(const char *roomid, const char *name,
80 const char *nick, const char *passwd, 81 const char *nick, const char *passwd,
81 int autojoin); 82 int autojoin);
82 struct annotation *jb_get_storage_rosternotes(const char *barejid, int silent); 83 struct annotation *jb_get_storage_rosternotes(const char *barejid, int silent);
83 GSList *jb_get_all_storage_rosternotes(void); 84 GSList *jb_get_all_storage_rosternotes(void);