From b9ce5ada37f271cd2e9ec67f86a82a166f1e1296 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 1 Sep 2000 02:43:38 +0000 Subject: Add three prototypes for functions in history.h to shut up gcc -Wall. --- Modules/readline.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/readline.c b/Modules/readline.c index 0148206..a797d29 100644 --- a/Modules/readline.c +++ b/Modules/readline.c @@ -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 -- cgit v0.12