summaryrefslogtreecommitdiff
path: root/databases/sqsh/patches/patch-ad
blob: 1a2808cb181cec558a2e70a02faf5bf45ce9273a (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.1 2001/05/22 05:28:24 jlam Exp $

--- sqsh_readline.c.orig	Tue Jan  5 21:30:16 1999
+++ 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 --*/