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

merge with master

This commit is contained in:
Jfreegman
2015-03-31 19:34:33 -04:00
8 changed files with 34 additions and 39 deletions

View File

@@ -56,6 +56,7 @@ typedef struct {
struct LastOnline last_online;
struct GroupInvite group_invite;
struct FileTransfer file_receiver[MAX_FILES];
struct FileTransfer file_sender[MAX_FILES];
} ToxicFriend;