diff options
author | nirav <nirav@teisuu.com> | 2018-09-02 17:40:59 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2018-09-02 17:40:59 +0530 |
commit | a49ccb8c0731aa0bba767199dfee1e7e235aeb29 (patch) | |
tree | 727e8e1c2f40ad4d0683eaf52aeb2bd70b0e6b53 /file.h | |
parent | 8472e02a212af0be07b19127db313e8e7523711a (diff) | |
download | im-a49ccb8c0731aa0bba767199dfee1e7e235aeb29.tar.gz im-a49ccb8c0731aa0bba767199dfee1e7e235aeb29.zip |
Added option for loading first, last image, added extra key bindings
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |