From 6e991a9464ce13fb742dcd50a37d5e00084b4233 Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 16 Oct 2016 03:50:49 -0300 Subject: Turn purple_chatlist_free() into a imcb_chat_list_free() I found myself copypasting this to jabber. Might as well make it part of the API. --- protocols/bee.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/bee.h') diff --git a/protocols/bee.h b/protocols/bee.h index 93027d59..56c34210 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -191,5 +191,6 @@ G_MODULE_EXPORT void imcb_chat_invite(struct im_connection *ic, const char *name G_GNUC_DEPRECATED G_MODULE_EXPORT void bee_chat_list_finish(struct im_connection *ic); G_MODULE_EXPORT void imcb_chat_list_finish(struct im_connection *ic); +G_MODULE_EXPORT void imcb_chat_list_free(struct im_connection *ic); #endif /* __BEE_H__ */ -- cgit v1.2.3