1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 20:56:44 +02:00

small refactor for incoming file transfers

This commit is contained in:
Jfreegman
2014-03-05 03:31:12 -05:00
parent 92d5b2fefc
commit d1153f96ca
4 changed files with 31 additions and 27 deletions

View File

@ -206,6 +206,7 @@ typedef struct {
struct FileReceiver {
uint8_t filenames[MAX_FILES][MAX_STR_SIZE];
FILE *files[MAX_FILES];
bool pending[MAX_FILES];
};