mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 08:26:36 +01:00
try to limit scope of globals
This commit is contained in:
@@ -49,6 +49,9 @@ char *DATA_FILE = NULL;
|
||||
char *SRVLIST_FILE = NULL;
|
||||
ToxWindow *prompt = NULL;
|
||||
|
||||
FileSender file_senders[MAX_FILES];
|
||||
uint8_t max_file_senders_index;
|
||||
|
||||
void on_window_resize(int sig)
|
||||
{
|
||||
endwin();
|
||||
|
||||
Reference in New Issue
Block a user