diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-13 11:41:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-13 11:41:59 +0000 |
| commit | 4a127b0ff9bc4241c75b511df2ede7dbe76b7e20 (patch) | |
| tree | b1ccc24d7065d894a0974546e3c57941b85d8f21 /lib | |
| parent | fdca1af56ccb95f7a02fc41edff47fc400085584 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libtermcap/termcap.c | 2 | ||||
| -rw-r--r-- | lib/libtermcap/termcap.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtermcap/termcap.c b/lib/libtermcap/termcap.c index d8966ec0b1b60..96e07e55f139e 100644 --- a/lib/libtermcap/termcap.c +++ b/lib/libtermcap/termcap.c @@ -48,8 +48,6 @@ static char sccsid[] = "@(#)termcap.c 8.1 (Berkeley) 6/4/93"; #include "termcap.h" #include "pathnames.h" -extern void __set_ospeed(speed_t speed); - /* * termcap - routines for dealing with the terminal capability data base * diff --git a/lib/libtermcap/termcap.h b/lib/libtermcap/termcap.h index 9db594c5aeddd..38345d642ae40 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_ */ |
