mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-15 04:33:01 +01:00
api function name change
This commit is contained in:
parent
a89e6b2cdc
commit
b31bd93e7d
@ -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 chatid[TOX_GROUP_CHAT_ID_SIZE * 2 + 1] = {0};
|
||||||
char chat_public_key[TOX_GROUP_CHAT_ID_SIZE];
|
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;
|
size_t i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user