summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index caaaedba..3db2bd35 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -1116,13 +1116,6 @@ void tox_callback_conference_peer_list_changed(Tox *tox, tox_conference_peer_lis
1116 g_callback_peer_list_changed((Group_Chats *)m->conferences_object, callback); 1116 g_callback_peer_list_changed((Group_Chats *)m->conferences_object, callback);
1117} 1117}
1118 1118
1119void tox_callback_conference_namelist_change(Tox *tox, tox_conference_namelist_change_cb *callback)
1120{
1121 Messenger *m = tox;
1122 g_callback_group_namelistchange((Group_Chats *)m->conferences_object,
1123 (void (*)(struct Messenger *, uint32_t, uint32_t, int, void *))callback);
1124}
1125
1126uint32_t tox_conference_new(Tox *tox, TOX_ERR_CONFERENCE_NEW *error) 1119uint32_t tox_conference_new(Tox *tox, TOX_ERR_CONFERENCE_NEW *error)
1127{ 1120{
1128 Messenger *m = tox; 1121 Messenger *m = tox;