aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee.h
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-10-16 03:50:49 -0300
committerdequis <dx@dxzone.com.ar>2016-10-16 03:51:53 -0300
commit6e991a9464ce13fb742dcd50a37d5e00084b4233 (patch)
tree8ab635c766d37d6ae06d6caf415fc99be709b3b0 /protocols/bee.h
parenta08b2db9575b276d7e6008e794fa728518671ec4 (diff)
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.
Diffstat (limited to 'protocols/bee.h')
-rw-r--r--protocols/bee.h1
1 files changed, 1 insertions, 0 deletions
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__ */