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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user