#985156 db.c: remove a redeclaration of "*nntp_get_overview()"

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-13 19:33:03 UTC
Severity:
normal
Tags:
#985156#5
Date:
2021-03-13 19:29:17 UTC
From:
To:
Dear Maintainer,

  "*nntp_get_overview()" is already declared in "nntp.h".

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 db.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/db.c b/db.c
index 2306c71..2fec992 100644
--- a/db.c
+++ b/db.c
@@ -37,7 +37,6 @@ static void     db_read_group(register group_header *);
 #endif				/* !NOV */

 static int      sort_gh(group_header ** g1, group_header ** g2);
-struct novgroup *nntp_get_overview(group_header *, article_number, article_number);

 #ifdef NOV
 static void     db_init_group(group_header * gh, int num);