$NetBSD: patch-ac,v 1.1 2002/01/28 09:07:25 drochner Exp $

--- Modules/readline.c.orig	Mon Oct 16 23:49:34 2000
+++ Modules/readline.c	Tue Aug  7 17:00:33 2001
@@ -26,18 +26,6 @@
 #include <unistd.h>
 #else
 #include <readline/readline.h> /* You may need to add an -I option to Setup */
-
-extern int rl_parse_and_bind(char *);
-extern int rl_read_init_file(char *);
-extern int rl_insert_text(char *);
-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
 
 /* Pointers needed from outside (but not declared in a header file). */
