#984687 menu.h: change prototype of "*menu" to "menu".

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-07 03:30:04 UTC
Severity:
normal
Tags:
#984687#5
Date:
2021-03-07 03:26:04 UTC
From:
To:
Dear Maintainer,

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

diff --git a/menu.h b/menu.h
index 7d3636d..69c5e34 100644
--- a/menu.h
+++ b/menu.h
@@ -62,7 +62,7 @@
 #define AC_UNCHANGED	6	/* no display changes */

 char           *pct(long, long, long, long);
-int            *menu(fct_type_void);
+int             menu(fct_type_void);
 article_header *get_menu_article(void);
 int             alt_command(void);
 int             prt_replies(int);