From 1731a14c4952e48b16938cb735a13eae39d65f90 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 25 Oct 2003 09:34:43 +0000
Subject: [PATCH] We need the lprintf() prototype here, not lputs().

---
 src/sbbs3/load_cfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/load_cfg.c b/src/sbbs3/load_cfg.c
index 08852fa638..f44e458964 100644
--- a/src/sbbs3/load_cfg.c
+++ b/src/sbbs3/load_cfg.c
@@ -42,7 +42,7 @@ static void prep_cfg(scfg_t* cfg);
 static void free_attr_cfg(scfg_t* cfg);
 
 char *	readtext(long *line, FILE *stream);
-int 	lputs(int level, char *);			/* log output */
+int 	lprintf(int level, char *fmt, ...);	/* log output */
 
 /****************************************************************************/
 /* Initializes system and node configuration information and data variables */
-- 
GitLab