aboutsummaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.h b/file.h
index 31f6323..b052d32 100644
--- a/file.h
+++ b/file.h
@@ -9,5 +9,7 @@ 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();
#endif