Deleted Added
full compact
16,20c16
< * 3. All advertising materials mentioning features or use of this software
< * must display the following acknowledgement:
< * This product includes software developed by the University of
< * California, Berkeley and its contributors.
< * 4. Neither the name of the University nor the names of its contributors
---
> * 3. Neither the name of the University nor the names of its contributors
37,38c33,34
< * $NetBSD: hist.h,v 1.5 2000/09/04 22:06:30 lukem Exp $
< * $FreeBSD: head/lib/libedit/hist.h 84260 2001-10-01 08:41:27Z obrien $
---
> * $NetBSD: hist.h,v 1.10 2003/08/07 16:44:31 agc Exp $
> * $FreeBSD: head/lib/libedit/hist.h 148834 2005-08-07 20:55:59Z stefanf $
69c65
< #define HIST_EVENT(el, num) HIST_FUN(el, H_EVENT, num)
---
> #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
77c73
< protected int hist_list(EditLine *, int, char **);
---
> protected int hist_command(EditLine *, int, const char **);