Commit 2574a80b authored by Guido van Rossum's avatar Guido van Rossum

Add three prototypes for functions in history.h to shut up gcc -Wall.

parent ff124d3c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment