summaryrefslogtreecommitdiffstats
path: root/lib/libtermcap/termcap.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-13 11:41:59 +0000
committerbde <bde@FreeBSD.org>1997-04-13 11:41:59 +0000
commit4fe66e591478b302035524f1562af66d976a9c3d (patch)
tree61456282434767b3e009dcf451763a51684c6a2b /lib/libtermcap/termcap.h
parent4e19bb4d34def7af5ab52979c43fa6d569be18d2 (diff)
downloadFreeBSD-src-4fe66e591478b302035524f1562af66d976a9c3d.zip
FreeBSD-src-4fe66e591478b302035524f1562af66d976a9c3d.tar.gz
Declare the documented (modulo a spelling error) interface
`void __set_ospeed(long);' in the appropriate header. The implementation still uses speed_t instead of long. This will break properly when speed_t is fixed (speed_t shall be unsigned ...).
Diffstat (limited to 'lib/libtermcap/termcap.h')
-rw-r--r--lib/libtermcap/termcap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libtermcap/termcap.h b/lib/libtermcap/termcap.h
index 9db594c..38345d6 100644
--- a/lib/libtermcap/termcap.h
+++ b/lib/libtermcap/termcap.h
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-/* $Id$ */
+/* $Id: termcap.h,v 1.10 1997/02/22 15:08:12 peter Exp $ */
#ifndef _TERMCAP_H_
#define _TERMCAP_H_
@@ -46,6 +46,8 @@ 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