summaryrefslogtreecommitdiff
path: root/devel/rpc2/patches/patch-aa
blob: 1be9f5607b3b76572e7dc2a857472d76819e39fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.2 2002/06/20 19:28:01 jlam Exp $

--- fail/parser.c.orig	Tue May 22 12:31:45 2001
+++ fail/parser.c
@@ -33,10 +33,7 @@
 #include <assert.h>
 
 #include <readline/readline.h>
-
-extern void using_history();
-extern void stifle_history(int);
-extern void add_history(char *);
+#include <readline/history.h>
 
 #ifdef __cplusplus
 }