diff options
author | nirav <nirav@teisuu.com> | 2018-09-28 07:57:47 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2018-09-28 08:09:37 +0530 |
commit | 51d91d63181f82f605a8b9de6d280622ef697630 (patch) | |
tree | a0c24be7c674cfd8d7764e4422c30a0b1fb3d11a /src/file.c | |
parent | f667a124fedc2ac2fa11b4728c624f6e40db715f (diff) | |
download | im-51d91d63181f82f605a8b9de6d280622ef697630.tar.gz im-51d91d63181f82f605a8b9de6d280622ef697630.zip |
Refactoring
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) |