From 87dc6c9eca5d18fae1275082592f320ff7778f9e Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 17 Aug 2000 14:04:16 +0000 Subject: [HAVE_TERMCAP_H]: Include . [!HAVE_TERMCAP_H]: Prototype tputs, tgoto. --- src/cm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/cm.c') diff --git a/src/cm.c b/src/cm.c index 8ab302a6012..144baa847b5 100644 --- a/src/cm.c +++ b/src/cm.c @@ -27,13 +27,14 @@ Boston, MA 02111-1307, USA. */ #ifdef HAVE_TERMCAP_H #include +#else +extern void tputs P_ ((const char *, int, int (*)(int))); +extern char *tgoto P_ ((const char *, int, int)); #endif #define BIG 9999 /* 9999 good on VAXen. For 16 bit machines use about 2000.... */ -char *tgoto (); - extern char *BC, *UP; int cost; /* sums up costs */ -- cgit v1.2.1