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: search.h,v 1.4 1999/07/02 15:21:27 simonb Exp $
< * $FreeBSD: head/lib/libedit/search.h 84260 2001-10-01 08:41:27Z obrien $
---
> * $NetBSD: search.h,v 1.8 2003/10/18 23:27:36 christos Exp $
> * $FreeBSD: head/lib/libedit/search.h 148834 2005-08-07 20:55:59Z stefanf $
54a51
> char chatflg; /* 0 if f, 1 if t */
65c62
< protected el_action_t ce_search_line(EditLine *, char *, int);
---
> protected el_action_t ce_search_line(EditLine *, int);
67,68c64
< protected el_action_t cv_csearch_back(EditLine *, int, int, int);
< protected el_action_t cv_csearch_fwd(EditLine *, int, int, int);
---
> protected el_action_t cv_csearch(EditLine *, int, int, int, int);