1
0
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:
Jfreegman
2013-10-16 01:55:35 -04:00
parent 371fbc87a5
commit 5f3293bfec
3 changed files with 7 additions and 7 deletions

View File

@ -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];