diff mcabber/mcabber/xmpp.h @ 2010:a73ce708c2c9

Fix bookmarks losing autojoin attribute
author Hermitifier
date Wed, 29 Feb 2012 09:18:09 +0100
parents 6febc7d1f760
children 0bfc4bfc127c
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp.h	Tue Feb 28 20:26:22 2012 +0100
+++ b/mcabber/mcabber/xmpp.h	Wed Feb 29 09:18:09 2012 +0100
@@ -79,6 +79,7 @@
 void xmpp_set_storage_rosternotes(const char *barejid, const char *note);
 guint xmpp_is_bookmarked(const char *bjid);
 const char *xmpp_get_bookmark_nick(const char *bjid);
+int xmpp_get_bookmark_autojoin(const char *bjid);
 
 void xmpp_request(const char *fjid, enum iqreq_type reqtype);
 void request_vcard(const char *bjid);