mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 20:16:44 +02:00
add ability to cancel file transfers
This commit is contained in:
@ -56,6 +56,7 @@ void prep_prog_line(char *progline);
|
||||
if friendnum is -1 we're sending the file, otherwise we're receiving. */
|
||||
void print_progress_bar(ToxWindow *self, int idx, int friendnum, double pct_remain);
|
||||
|
||||
void close_file_sender(ToxWindow *self, Tox *m, int i, const char *msg, int CTRL, int filenum, int32_t friendnum);
|
||||
void close_all_file_senders(Tox *m);
|
||||
void do_file_senders(Tox *m);
|
||||
|
||||
|
Reference in New Issue
Block a user