From: Dave Love Date: Thu, 17 Aug 2000 14:04:16 +0000 (+0000) Subject: [HAVE_TERMCAP_H]: Include . X-Git-Tag: emacs-pretest-21.0.90~2208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87dc6c9eca5d18fae1275082592f320ff7778f9e;p=emacs.git [HAVE_TERMCAP_H]: Include . [!HAVE_TERMCAP_H]: Prototype tputs, tgoto. --- 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 */