1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 06:06:45 +02:00
This commit is contained in:
Jfreegman
2013-11-28 20:23:37 -05:00
parent a98ec22fd6
commit d29e5dbe48
3 changed files with 4 additions and 3 deletions

View File

@ -127,6 +127,7 @@ uint8_t num_file_senders;
typedef struct {
uint8_t filenames[MAX_FILES][MAX_STR_SIZE];
bool pending[MAX_FILES];
bool active[MAX_FILES];
} FileReceiver;
/* End file transfer code */