summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/history.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-05-28 01:59:23 +0000
committerache <ache@FreeBSD.org>1999-05-28 01:59:23 +0000
commit2fbece35f71145c1c63d12046e54a9c059114d69 (patch)
treeb727625e73f35f475e06719785a6f7a2d5126754 /contrib/libreadline/history.c
parent27ef633cd3f7fd5fb6cb033edd2c1747a6e59acb (diff)
downloadFreeBSD-src-2fbece35f71145c1c63d12046e54a9c059114d69.zip
FreeBSD-src-2fbece35f71145c1c63d12046e54a9c059114d69.tar.gz
readline v4.0
Diffstat (limited to 'contrib/libreadline/history.c')
-rw-r--r--contrib/libreadline/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libreadline/history.c b/contrib/libreadline/history.c
index 24c5a49..d56ffac 100644
--- a/contrib/libreadline/history.c
+++ b/contrib/libreadline/history.c
@@ -278,7 +278,7 @@ HIST_ENTRY *
replace_history_entry (which, line, data)
int which;
char *line;
- char *data;
+ histdata_t data;
{
HIST_ENTRY *temp = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
HIST_ENTRY *old_value;
OpenPOWER on IntegriCloud