[Tcsh] [PATCH] GetCmdChar: Fix prototype

Corinna Vinschen vinschen at redhat.com
Fri Apr 26 17:55:11 UTC 2019


Signed-off-by: Corinna Vinschen <vinschen at redhat.com>
---
 ed.decls.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ed.decls.h b/ed.decls.h
index ea36c6f3dd13..fc16bcd86a37 100644
--- a/ed.decls.h
+++ b/ed.decls.h
@@ -249,7 +249,7 @@ extern  CCRETVAL	e_newline_down_hist	(Char);
  * ed.inputl.c
  */
 extern	int	Inputl			(void);
-extern	int	GetCmdChar		(Char);
+extern	int	GetCmdChar		(wchar_t);
 extern	int	GetNextChar		(Char *);
 extern	void    UngetNextChar		(Char);
 extern	void	PushMacro		(Char *);
-- 
2.20.1



More information about the Tcsh mailing list