1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 08:46:47 +02:00

prep for audio groups

This commit is contained in:
Jfreegman
2014-11-11 20:49:05 -05:00
parent 43f45d67a4
commit 7a7e8a7f8d
9 changed files with 39 additions and 18 deletions

View File

@ -51,6 +51,7 @@ struct LastOnline {
struct GroupChatInvite {
char *key;
uint16_t length;
uint8_t type;
bool pending;
};