diff mcabber/src/roster.h @ 1437:071c8170b7de

Add option 'statefile' to keep track of unread messages across restarts (Suggested by micressor)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 25 Feb 2008 20:27:56 +0100
parents f89844a0448a
children 9fafea381eb8
line wrap: on
line diff
--- a/mcabber/src/roster.h	Sun Feb 24 17:46:13 2008 +0100
+++ b/mcabber/src/roster.h	Mon Feb 25 20:27:56 2008 +0100
@@ -232,6 +232,9 @@
                              void *param);
 gpointer unread_msg(gpointer rosterdata);
 
+void   unread_jid_add(const char *jid);
+GList *unread_jid_get_list(void);
+
 GSList *compl_list(guint type);
 
 #endif /* __ROSTER_H__ */