1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

resolved all compiler warnings so far

This commit is contained in:
nova
2025-09-30 22:05:26 +02:00
parent 7ee16c8f4a
commit c6763233bf
3 changed files with 11 additions and 6 deletions

2
dir.h
View File

@@ -10,4 +10,4 @@ char update_selected_file();
void dir_set_selected_file_current(unsigned long selected_file_current);
unsigned long dir_get_selected_file_current();
void dir_init();
char recursive_delete(file current_file);
void recursive_delete(file current_file);