Dear Maintainer,
123 | extern char *db_directory, *tmp_directory, *news_active;
| ^~~~~~~~~~~~~
In file included from nntp.c:36:
global.h:292:17: note: previous declaration of 'tmp_directory' was here
292 | extern char *tmp_directory;
| ^~~~~~~~~~~~~
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
nntp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nntp.c b/nntp.c
index 54785e8..a320df4 100644
--- a/nntp.c
+++ b/nntp.c
@@ -120,7 +120,7 @@ static int sort_art_list(register article_number * f1, register article_num
static char *strdup(char *);
#endif /* NeXT */