summaryrefslogtreecommitdiff
path: root/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term.h')
-rw-r--r--term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.h b/term.h
index 3ddfe2f1529d6..8ca82597479f2 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $NetBSD: term.h,v 1.16 2005/03/15 00:10:40 christos Exp $ */
+/* $NetBSD: term.h,v 1.17 2006/03/06 21:11:56 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -102,6 +102,7 @@ protected int term_set(EditLine *, const char *);
protected int term_settc(EditLine *, int, const char **);
protected int term_telltc(EditLine *, int, const char **);
protected int term_echotc(EditLine *, int, const char **);
+protected void term_writec(EditLine *, int);
protected int term__putc(int);
protected void term__flush(void);