summaryrefslogtreecommitdiffstats
path: root/lib/libedit/term.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-08-04 09:26:10 +0000
committerache <ache@FreeBSD.org>1995-08-04 09:26:10 +0000
commitbe182d242102d22936cd3d6e3f6be5772e32ac15 (patch)
tree759147a60150fb5fd5e5443833b057571011b78f /lib/libedit/term.h
parent2e718b4cda54fcd730fbd6065ecc66b8494eeab2 (diff)
downloadFreeBSD-src-be182d242102d22936cd3d6e3f6be5772e32ac15.zip
FreeBSD-src-be182d242102d22936cd3d6e3f6be5772e32ac15.tar.gz
Nuke local termcap.h and use system one
Diffstat (limited to 'lib/libedit/term.h')
-rw-r--r--lib/libedit/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/term.h b/lib/libedit/term.h
index 26da7c3..f9de221 100644
--- a/lib/libedit/term.h
+++ b/lib/libedit/term.h
@@ -100,7 +100,7 @@ protected int term_settc __P((EditLine *, int, char **));
protected int term_telltc __P((EditLine *, int, char **));
protected int term_echotc __P((EditLine *, int, char **));
-protected void term__putc __P((int));
+protected int term__putc __P((int));
protected void term__flush __P((void));
/*
OpenPOWER on IntegriCloud