#984655 news.h: fix a warning about a missing declaration in a prototype

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-06 17:24:04 UTC
Severity:
normal
Tags:
#984655#5
Date:
2021-03-06 17:21:09 UTC
From:
To:
Dear Maintainer,
news.h:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   76 | char           *parse_header(FILE *, char **(*) (), int, news_header_buffer);
      | ^~~~

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 news.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/news.h b/news.h
index b23c841..6a6127b 100644
--- a/news.h
+++ b/news.h
@@ -73,7 +73,7 @@ extern struct digest_header digest;

 typedef char    news_header_buffer[NEWS_HEADER_BUFFER];