diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-02-29 00:15:25 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-02-29 00:15:25 +0000 |
| commit | e81f248547f66339ce850cc72bb2287ad55afbcb (patch) | |
| tree | f932c864ff0c2959f139d11ea54256fb3d3be7a3 /lib/libedit/hist.h | |
| parent | 067a92f8f4effc05a608c5dbdbee6b96d71e336f (diff) | |
| parent | 4593a7cde52b7d8dae0d524a1bb89fee1bdc11a0 (diff) | |
Notes
Diffstat (limited to 'lib/libedit/hist.h')
| -rw-r--r-- | lib/libedit/hist.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libedit/hist.h b/lib/libedit/hist.h index 6ca6877301f0..23b1e0366b70 100644 --- a/lib/libedit/hist.h +++ b/lib/libedit/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 @@ -41,8 +41,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 { @@ -83,7 +81,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 */ |
