From fde5cb29f95f51ed075c34f5eebdccb81fa2f0e4 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 30 Sep 2018 21:39:59 +0530 Subject: Added async file loading --- src/file.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index a2fbd6c..9a82160 100644 --- a/src/file.h +++ b/src/file.h @@ -2,10 +2,10 @@ #define __FILE_H int scan(const char *file_name); -char *get_next_file(); -char *get_prev_file(); -char *get_first_file(); -char *get_last_file(); +void next_file(); +void prev_file(); +void first_file(); +void last_file(); void clean(); #endif -- cgit v1.2.3