1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-15 02:13:01 +01:00

api function name change

This commit is contained in:
Jfreegman 2015-02-26 19:59:55 -05:00
parent a89e6b2cdc
commit b31bd93e7d
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -70,7 +70,7 @@ void cmd_chatid(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[
{
char chatid[TOX_GROUP_CHAT_ID_SIZE * 2 + 1] = {0};
char chat_public_key[TOX_GROUP_CHAT_ID_SIZE];
tox_group_get_invite_key(m, self->num, (uint8_t *) chat_public_key);
tox_group_get_chat_id(m, self->num, (uint8_t *) chat_public_key);
size_t i;