mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Fix return type of rl_reset_terminal()
This commit is contained in:
parent
06a7f578d5
commit
cab8f18472
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user