From 534efc73498f3567474ef54f49614ded6cd3f6bc Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 10 Nov 2014 18:03:09 -0500 Subject: [PATCH] Fixed irc syncbot. --- testing/irc_syncbot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/irc_syncbot.c b/testing/irc_syncbot.c index 28400886..f7486115 100644 --- a/testing/irc_syncbot.c +++ b/testing/irc_syncbot.c @@ -83,7 +83,7 @@ int reconnect(void) int current_group = -1; -static void callback_group_invite(Tox *tox, int fid, const uint8_t *data, uint16_t length, void *userdata) +static void callback_group_invite(Tox *tox, int fid, uint8_t type, const uint8_t *data, uint16_t length, void *userdata) { if (current_group == -1) current_group = tox_join_groupchat(tox, fid, data, length);