aboutsummaryrefslogtreecommitdiff
path: root/hist.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-02-28 15:57:37 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-02-28 15:57:37 +0000
commit4593a7cde52b7d8dae0d524a1bb89fee1bdc11a0 (patch)
tree247af74937552b0d3cea603c49a65ef2078046da /hist.h
parentc729c39672cd6bc2e7f57dccc8aab4eb761f0ba6 (diff)
downloadsrc-4593a7cde52b7d8dae0d524a1bb89fee1bdc11a0.tar.gz
src-4593a7cde52b7d8dae0d524a1bb89fee1bdc11a0.zip
Import libedit 2016-02-27vendor/NetBSD/libedit/2016-02-27
Obtained from: NetBSD
Notes
Notes: svn path=/vendor/NetBSD/libedit/dist/; revision=296159 svn path=/vendor/NetBSD/libedit/2016-02-27/; revision=296160; tag=vendor/NetBSD/libedit/2016-02-27
Diffstat (limited to 'hist.h')
-rw-r--r--hist.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/hist.h b/hist.h
index 36c1c10f42cb..c8a35e4ff3b9 100644
--- a/hist.h
+++ b/hist.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hist.h,v 1.15 2016/01/30 15:05:27 christos Exp $ */
+/* $NetBSD: hist.h,v 1.18 2016/02/17 19:47:49 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -40,8 +40,6 @@
#ifndef _h_el_hist
#define _h_el_hist
-#include "histedit.h"
-
typedef int (*hist_fun_t)(void *, TYPE(HistEvent) *, int, ...);
typedef struct el_history_t {
@@ -82,7 +80,7 @@ protected int hist_set(EditLine *, hist_fun_t, void *);
protected int hist_command(EditLine *, int, const Char **);
protected int hist_enlargebuf(EditLine *, size_t, size_t);
#ifdef WIDECHAR
-protected wchar_t *hist_convert(EditLine *, int, void *);
+protected wchar_t *hist_convert(EditLine *, int, void *);
#endif
#endif /* _h_el_hist */