mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 02:56:46 +02:00
fmove file send success message to chat window
This commit is contained in:
@ -98,11 +98,12 @@ typedef struct {
|
||||
/* Start file transfer code */
|
||||
|
||||
#define NUM_FILE_SENDERS 256
|
||||
#define MAX_FILENUMBER 100 /* fix */
|
||||
#define MAX_FILENUMBER 100
|
||||
#define FILE_PIECE_SIZE 1024
|
||||
|
||||
typedef struct {
|
||||
FILE *file;
|
||||
WINDOW *chatwin;
|
||||
uint16_t friendnum;
|
||||
uint8_t filenum;
|
||||
uint8_t nextpiece[FILE_PIECE_SIZE];
|
||||
|
Reference in New Issue
Block a user