1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-12 23:56:34 +01:00

group invite API change

This commit is contained in:
Jfreegman
2015-01-27 18:00:25 -05:00
parent ff69cdd253
commit 5c98c1c51e
2 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ struct LastOnline {
};
struct GroupInvite {
uint8_t data[TOX_GROUP_INVITE_DATA_SIZE];
uint8_t *data;
uint16_t length;
};