Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer,
>From 1d30d5c79aaa7f1f9370b9c828df841fd5608c6b Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is> >Date: Sat, 13 Mar 2021 19:20:57 +0000 >Subject: [PATCH] db.c: remove a redeclaration of "*nntp_get_overview()" "*nntp_get_overview()" is already declared in "nntp.h". Signed-off-by: Bjarni Ingi Gislason <bjarn...@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); -- 2.30.1 -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.10.19-1 (SMP w/2 CPU threads) Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) -- debconf information excluded -- Bjarni I. Gislason