mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
refractoring
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
void get_dir_size(char *path, unsigned long *file_count, unsigned long *longest_name);
|
||||
void get_dir_content(char *path, unsigned long file_count, unsigned long longest_name, char **dir_content);
|
||||
void print_dir(WINDOW *win, char **dir_content);
|
||||
void sort_dir(unsigned long *file_count, unsigned long *longest_name, char **dir_content);
|
||||
void *populate_dir(void *dir);
|
||||
|
Reference in New Issue
Block a user