blob: 73d192edf14a19d193585df475f19c0396999066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-ad,v 1.2 2004/03/29 03:11:03 grant Exp $
--- src/sqsh_readline.c.orig Tue Jan 5 21:30:16 1999
+++ src/sqsh_readline.c Tue May 22 01:03:21 2001
@@ -32,17 +32,7 @@
#if defined(USE_READLINE)
#include <readline/readline.h>
-
-/*
- * Readline history functions - for some reason not all
- * readline installs have history.h available, so we do
- * this.
- */
-extern void stifle_history();
-extern int read_history();
-extern int write_history();
-extern void add_history();
-
+#include <readline/history.h>
#endif /* USE_READLINE */
/*-- Current Version --*/
|