diff options
Diffstat (limited to 'lib/libtermcap/termcap.h')
-rw-r--r-- | lib/libtermcap/termcap.h | 4 |
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_ */ |