summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-03-29 23:43:58 +0000
committerKatolaZ <katolaz@freaknet.org>2019-03-29 23:43:58 +0000
commit220cb74d33e956963e728f04a9b462ac2860bdf8 (patch)
treef43eed2a16ee8058307b4277cf2276037092b264
parent9fff6c5452c5f5f071f0d334ec71f192b150f8ff (diff)
change return type of gopher_include to intHEADmaster
-rw-r--r--ui_70-shared.c2
1 files changed, 1 insertions, 1 deletions
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];