diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 22:47:09 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 22:47:09 +0100 |
commit | 7fd00b7c5ea7471645f13b159ed919e15c7f3492 (patch) | |
tree | b7f31e64d61f3fcbd4bc6a47d354b91954bc4067 /FICS/comproc.c | |
parent | 985924faff0e993aa2d967e27cec93046a50a34c (diff) |
Moved 'num_news'
Diffstat (limited to 'FICS/comproc.c')
-rw-r--r-- | FICS/comproc.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |