diff options
Diffstat (limited to 'src/file.c')
-rw-r--r-- | src/file.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ #include <string.h> #include <sys/types.h> +static int curr_file_index, file_list_count; +static char **file_list; static char **extensions = NULL; char *get_filename_ext(const char *file_name) |