From f91588b4e1a4f3d770bba2f893af9ef89b3a46d5 Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus@nifty-networks.net>
Date: Tue, 19 Dec 2023 22:49:48 +0100
Subject: Moved variable declaration

---
 FICS/comproc.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'FICS')

diff --git a/FICS/comproc.h b/FICS/comproc.h
index bf7ba38..0eaa707 100644
--- a/FICS/comproc.h
+++ b/FICS/comproc.h
@@ -32,11 +32,15 @@ extern const int	std_rat;
 extern const int	wild_rat;
 extern const int	light_rat;
 
+/*
+ * The number of news items in the index file.
+ */
+extern int num_news;
+
 extern int com_rating_recalc();
 extern int com_more();
 extern void rscan_news(FILE *, int, int);
 extern void rscan_news2(FILE *, int, int);
-extern int num_news;  /* The number of news items in the index file. */
 
 extern int com_quit();
 extern int com_index();
-- 
cgit v1.2.3