mirror of
https://github.com/troglobit/editline.git
synced 2025-09-16 16:58:09 +08:00
Fix return type of rl_reset_terminal()
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/*
|
||||
** For compatibility with FSF readline.
|
||||
*/
|
||||
extern rl_reset_terminal(char *p);
|
||||
extern void rl_reset_terminal(char *p);
|
||||
extern void rl_initialize(void);
|
||||
|
||||
extern char *readline(const char *prompt);
|
||||
|
Reference in New Issue
Block a user