mirror of
https://github.com/troglobit/editline.git
synced 2025-09-15 15:58:11 +08:00
Add support for read_history(char *filename) and write_history(char *filename)
This commit is contained in:
@@ -56,4 +56,7 @@ extern void rl_reset_terminal(char *p);
|
||||
extern char *readline(const char *prompt);
|
||||
extern void add_history(const char *line);
|
||||
|
||||
extern int read_history(const char *filename);
|
||||
extern int write_history(const char *filename);
|
||||
|
||||
#endif /* __EDITLINE_H__ */
|
||||
|
Reference in New Issue
Block a user