From 220cb74d33e956963e728f04a9b462ac2860bdf8 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 29 Mar 2019 23:43:58 +0000 Subject: change return type of gopher_include to int --- ui_70-shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui_70-shared.c b/ui_70-shared.c index 629b283..bf571f3 100644 --- a/ui_70-shared.c +++ b/ui_70-shared.c @@ -98,7 +98,7 @@ void gopher_fileperm(unsigned short mode) } -void gopher_include(const char *fname){ +int gopher_include(const char *fname){ FILE *f; char buf[4096]; -- cgit v1.2.3