diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2007-06-10 19:06:09 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2007-06-10 19:06:09 +0000 |
| commit | 47517a704283d4ac120dcefc27dab7107e4d03de (patch) | |
| tree | f27a090c796f4ade2d63452e9542fdbe365a55ec /lib/libedit/term.h | |
| parent | 9cd40e64b4fb4a559eb67a266f768143086bc5d9 (diff) | |
Notes
Diffstat (limited to 'lib/libedit/term.h')
| -rw-r--r-- | lib/libedit/term.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libedit/term.h b/lib/libedit/term.h index 95ad8f909487..8ded5d77e95b 100644 --- a/lib/libedit/term.h +++ b/lib/libedit/term.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)term.h 8.1 (Berkeley) 6/4/93 - * $NetBSD: term.h,v 1.17 2006/03/06 21:11:56 christos Exp $ + * $NetBSD: term.h,v 1.18 2006/11/24 00:01:17 christos Exp $ * $FreeBSD$ */ @@ -100,6 +100,7 @@ protected void term_end(EditLine *); protected void term_get(EditLine *, const char **); protected int term_set(EditLine *, const char *); protected int term_settc(EditLine *, int, const char **); +protected int term_gettc(EditLine *, int, char **); protected int term_telltc(EditLine *, int, const char **); protected int term_echotc(EditLine *, int, const char **); protected void term_writec(EditLine *, int); |
