summaryrefslogtreecommitdiffstats
path: root/lib/libtermcap/termcap.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-08-05 21:22:07 +0000
committerache <ache@FreeBSD.org>1995-08-05 21:22:07 +0000
commit100e6f311c5d20fdb09afe48750d3d733c8b8e45 (patch)
tree84255860ff0aa7fd3bacde0ab4494a6ab882406e /lib/libtermcap/termcap.h
parentc426abc4240ef56049117a4cc11d9db6a62c0db1 (diff)
downloadFreeBSD-src-100e6f311c5d20fdb09afe48750d3d733c8b8e45.zip
FreeBSD-src-100e6f311c5d20fdb09afe48750d3d733c8b8e45.tar.gz
Do a little trick which covers 99% cases: initialize ospeed
variable directly in tgetent by stderr or stdout output speed. It helps hide in non-standard __set_ospeed function and remove it from other sources (coming soon). Do prototype cleanup too.
Diffstat (limited to 'lib/libtermcap/termcap.h')
-rw-r--r--lib/libtermcap/termcap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libtermcap/termcap.h b/lib/libtermcap/termcap.h
index 059d573..6e2ef39 100644
--- a/lib/libtermcap/termcap.h
+++ b/lib/libtermcap/termcap.h
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-/* $Id: termcap.h,v 1.4 1994/12/10 22:01:25 ache Exp $ */
+/* $Id: termcap.h,v 1.5 1995/08/04 06:39:54 ache Exp $ */
#ifndef _TERMCAP_H_
#define _TERMCAP_H_
@@ -46,8 +46,6 @@ extern int tputs __P((const char *, int, int (*)(int)));
extern char *tgoto __P((const char *, int, int));
extern char *tparm __P((const char *, ...));
-extern void _set_ospeed __P((long speed));
-
__END_DECLS
#endif /* _TERMCAP_H_ */
OpenPOWER on IntegriCloud