aboutsummaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-09-09 12:13:13 +0530
committerDandelion <nirav@teisuu.com>2018-09-09 12:46:57 +0530
commite54d8327819e310b7b148e45c15fca197be845c7 (patch)
tree04e513d52ed2191364e6b9472cd0f3882a60da4a /file.h
parent661756c9237a26562cae102f53b12aa0b403fde1 (diff)
downloadim-e54d8327819e310b7b148e45c15fca197be845c7.tar.gz
im-e54d8327819e310b7b148e45c15fca197be845c7.zip
Moved source files to src dir, updated makefile
Diffstat (limited to 'file.h')
-rw-r--r--file.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/file.h b/file.h
deleted file mode 100644
index fcd4dfd..0000000
--- a/file.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __FILE_H
-#define __FILE_H
-#define _DEFAULT_SOURCE
-
-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();
-char *get_first_file();
-char *get_last_file();
-void clean();
-
-#endif