Deleted Added
full compact
chared.h (84260) chared.h (92917)
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 21 unchanged lines hidden (view full) ---

30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)chared.h 8.1 (Berkeley) 6/4/93
37 * $NetBSD: chared.h,v 1.5 2000/09/04 22:06:29 lukem Exp $
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 21 unchanged lines hidden (view full) ---

30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)chared.h 8.1 (Berkeley) 6/4/93
37 * $NetBSD: chared.h,v 1.5 2000/09/04 22:06:29 lukem Exp $
38 * $FreeBSD: head/lib/libedit/chared.h 84260 2001-10-01 08:41:27Z obrien $
38 * $FreeBSD: head/lib/libedit/chared.h 92917 2002-03-21 23:54:04Z obrien $
39 */
40
41/*
42 * el.chared.h: Character editor interface
43 */
44#ifndef _h_el_chared
45#define _h_el_chared
46

--- 102 unchanged lines hidden (view full) ---

149protected void c_insert(EditLine *, int);
150protected void c_delbefore(EditLine *, int);
151protected void c_delafter(EditLine *, int);
152protected int c_gets(EditLine *, char *);
153protected int c_hpos(EditLine *);
154
155protected int ch_init(EditLine *);
156protected void ch_reset(EditLine *);
39 */
40
41/*
42 * el.chared.h: Character editor interface
43 */
44#ifndef _h_el_chared
45#define _h_el_chared
46

--- 102 unchanged lines hidden (view full) ---

149protected void c_insert(EditLine *, int);
150protected void c_delbefore(EditLine *, int);
151protected void c_delafter(EditLine *, int);
152protected int c_gets(EditLine *, char *);
153protected int c_hpos(EditLine *);
154
155protected int ch_init(EditLine *);
156protected void ch_reset(EditLine *);
157protected int ch_enlargebufs __P((EditLine *, size_t));
157protected int ch_enlargebufs(EditLine *, size_t);
158protected void ch_end(EditLine *);
159
160#endif /* _h_el_chared */
158protected void ch_end(EditLine *);
159
160#endif /* _h_el_chared */