aboutsummaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-09-28 07:57:47 +0530
committerDandelion <nirav@teisuu.com>2018-09-28 08:09:37 +0530
commit51d91d63181f82f605a8b9de6d280622ef697630 (patch)
treea0c24be7c674cfd8d7764e4422c30a0b1fb3d11a /src/file.h
parentf667a124fedc2ac2fa11b4728c624f6e40db715f (diff)
downloadim-51d91d63181f82f605a8b9de6d280622ef697630.tar.gz
im-51d91d63181f82f605a8b9de6d280622ef697630.zip
Refactoring
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/file.h b/src/file.h
index 7e8c167..a2fbd6c 100644
--- a/src/file.h
+++ b/src/file.h
@@ -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();