summaryrefslogtreecommitdiff
path: root/net/coda5_server/patches/patch-ac
blob: 9186878bd1fc99b8d05e4fb00f4aed152663ecb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.5 2001/05/31 22:58:08 jlam Exp $

--- lib-src/base/parser.c.orig	Sun Jan 30 19:01:28 2000
+++ lib-src/base/parser.c	Wed May 30 22:00:39 2001
@@ -34,10 +34,7 @@
 
 #define	READLINE_LIBRARY
 #include <readline/readline.h>
-
-extern void using_history();
-extern void stifle_history(int);
-extern void add_history(char *);
+#include <readline/history.h>
 
 #ifdef __cplusplus
 }