From 7fd00b7c5ea7471645f13b159ed919e15c7f3492 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 19 Dec 2023 22:47:09 +0100 Subject: Moved 'num_news' --- FICS/comproc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'FICS') diff --git a/FICS/comproc.c b/FICS/comproc.c index ae157ce..bfe362f 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -60,6 +60,7 @@ const int std_rat = 2; const int wild_rat = 3; const int light_rat = 4; +PUBLIC int num_news = -1; PUBLIC int com_rating_recalc(int p, param_list param) @@ -76,8 +77,6 @@ com_more(int p, param_list param) return COM_OK; } -PUBLIC int num_news = -1; - PUBLIC void rscan_news2(FILE *fp, int p, int num) { -- cgit v1.2.3