SMOLNET PORTAL home about changes
sfeed_gopher: mark function as static - sfeed - RSS and Atom parser
(URL) git clone git://git.codemadness.org/sfeed (git://git.codemadness.org)
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a2af022b42beea7b8c29ca475f38efd10caf35e8
(DIR) parent c43e677d80f5eae1e05bcb71d88008fb8ded8cab
(URL) Author: NRK <nrk@disroot.org> (mailto://) application/vnd.lotus-organizer
Date: Thu, 21 Sep 2023 03:13:52 +0600
sfeed_gopher: mark function as static
Diffstat:
M sfeed_gopher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git 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++) {
Response: application/gopher-menu
Original URLgopher://codemadness.org/1/git/sfeed/commit/a2af022b42bee...
Content-Typeapplication/gopher-menu; charset=utf-8