mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add three prototypes for functions in history.h to shut up gcc -Wall.
This commit is contained in:
parent
b92b62771e
commit
b9ce5ada37
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ extern int rl_bind_key(int, Function *);
|
|||
extern int rl_bind_key_in_map(int, Function *, Keymap);
|
||||
extern int rl_initialize(void);
|
||||
extern int add_history(char *);
|
||||
extern int read_history(char *);
|
||||
extern int write_history(char *);
|
||||
extern int history_truncate_file(char *, int);
|
||||
extern Function *rl_event_hook;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue