diff mcabber/src/jabglue.h @ 1022:4c8d7b558e83

Annotations listing (/roster note in the status buffer)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 18 Nov 2006 10:44:58 +0100
parents 9d5f6e0ea7b3
children 94d9a3cbb211
line wrap: on
line diff
--- a/mcabber/src/jabglue.h	Wed Nov 15 22:47:35 2006 +0100
+++ b/mcabber/src/jabglue.h	Sat Nov 18 10:44:58 2006 +0100
@@ -38,6 +38,7 @@
 struct annotation {
   time_t cdate;
   time_t mdate;
+  gchar *jid;
   gchar *text;
 };
 
@@ -78,6 +79,7 @@
                              const char *nick, const char *passwd,
                              int autojoin);
 struct annotation *jb_get_storage_rosternotes(const char *barejid);
+GSList *jb_get_all_storage_rosternotes(void);
 void jb_set_storage_rosternotes(const char *barejid, const char *note);
 
 #endif /* __JABGLUE_H__ */