aboutsummaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-10-14 18:30:40 +0530
committerDandelion <nirav@teisuu.com>2018-10-14 18:30:40 +0530
commita7488f38fef1960086af860063f1958fb75d58f3 (patch)
treef2308d105bdbd5de1a178429c7e2d2b002a8339a /src/file.h
parentfde5cb29f95f51ed075c34f5eebdccb81fa2f0e4 (diff)
downloadim-a7488f38fef1960086af860063f1958fb75d58f3.tar.gz
im-a7488f38fef1960086af860063f1958fb75d58f3.zip
Added info panel to show current file name, resolution and list index
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h
index 9a82160..1050c77 100644
--- a/src/file.h
+++ b/src/file.h
@@ -7,5 +7,7 @@ void prev_file();
void first_file();
void last_file();
void clean();
+int get_current_file_index();
+int get_total_file_count();
#endif