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:
@ -206,6 +206,7 @@ typedef struct {
|
||||
|
||||
struct FileReceiver {
|
||||
uint8_t filenames[MAX_FILES][MAX_STR_SIZE];
|
||||
FILE *files[MAX_FILES];
|
||||
bool pending[MAX_FILES];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user