1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-27 10:33:15 +01:00

group API type change

This commit is contained in:
Jfreegman
2015-08-23 19:15:44 -04:00
parent 6eef188d3c
commit 1270f34596
5 changed files with 5 additions and 5 deletions

View File

@@ -510,7 +510,7 @@ static void chat_onFileRecv(ToxWindow *self, Tox *m, uint32_t friendnum, uint32_
"Incoming file: %s", filename );
}
static void chat_onGroupInvite(ToxWindow *self, Tox *m, int32_t friendnumber, const char *invite_data,
static void chat_onGroupInvite(ToxWindow *self, Tox *m, uint32_t friendnumber, const char *invite_data,
size_t length)
{
if (self->num != friendnumber)