From f8f3159f9b98b024043bd8de2c5e15dd2adf03ca Mon Sep 17 00:00:00 2001 From: nirav Date: Sat, 20 Oct 2018 18:47:23 +0530 Subject: Switched to gtk_init and gtk_main from gtk_application --- src/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index 1050c77..e2613e3 100644 --- a/src/file.h +++ b/src/file.h @@ -1,7 +1,7 @@ #ifndef __FILE_H #define __FILE_H -int scan(const char *file_name); +void scan(const char *file_name); void next_file(); void prev_file(); void first_file(); -- cgit v1.2.3