From a2af022b42beea7b8c29ca475f38efd10caf35e8 Mon Sep 17 00:00:00 2001 From: NRK Date: Thu, 21 Sep 2023 03:13:52 +0600 Subject: sfeed_gopher: mark function as static --- sfeed_gopher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfeed_gopher.c b/sfeed_gopher.c index c879864..f9ee9b8 100644 --- a/sfeed_gopher.c +++ b/sfeed_gopher.c @@ -11,7 +11,7 @@ static size_t linesize; static time_t comparetime; /* Escape characters in gopher, CR and LF are ignored */ -void +static void gophertext(FILE *fp, const char *s) { for (; *s; s++) { -- cgit v1.2.3