blob: d43b390354d49a7a4bd7439dec2a77ea287ba7bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.3 2002/08/25 18:38:49 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
}
|