aboutsummaryrefslogtreecommitdiff
path: root/src/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.c')
-rw-r--r--src/file.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/file.c b/src/file.c
index 22067c2..3a6b005 100644
--- a/src/file.c
+++ b/src/file.c
@@ -133,3 +133,13 @@ void clean()
}
g_free(file_list);
}
+
+int get_current_file_index()
+{
+ return curr_file_index;
+}
+
+int get_total_file_count()
+{
+ return file_list_count;
+}