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

properly close file senders on exit

This commit is contained in:
Jfreegman
2014-06-28 12:55:05 -04:00
parent 8d4f7fc32b
commit f8998b5891
4 changed files with 28 additions and 19 deletions

View File

@ -44,9 +44,7 @@ typedef struct {
uint32_t line_id;
} FileSender;
/* Should only be called on exit */
void close_all_file_senders(void);
void close_all_file_senders(Tox *m);
void do_file_senders(Tox *m);
#endif /* #define _filesenders_h */