diff options
Diffstat (limited to 'src/file.h')
-rw-r--r-- | src/file.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,10 +1,6 @@ #ifndef __FILE_H #define __FILE_H -char **file_list; -char *curr_file_name; -int curr_file_index, file_list_count; - int scan(const char *file_name); char *get_next_file(); char *get_prev_file(); |