From a49ccb8c0731aa0bba767199dfee1e7e235aeb29 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 2 Sep 2018 17:40:59 +0530 Subject: Added option for loading first, last image, added extra key bindings --- file.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'file.h') 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 -- cgit v1.2.3