[!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum.
authorDave Love <fx@gnu.org>
Sun, 25 Jun 2000 17:22:33 +0000 (17:22 +0000)
committerDave Love <fx@gnu.org>
Sun, 25 Jun 2000 17:22:33 +0000 (17:22 +0000)
src/term.c

index 5d8e7bb..5c439b3 100644 (file)
@@ -40,6 +40,11 @@ Boston, MA 02111-1307, USA.  */
 
 #ifdef HAVE_TERMCAP_H
 #include <termcap.h>
+#else
+extern void tputs P_ ((const char *, int, int (*)(int)));
+extern int tgetent P_ ((char *, const char *));
+extern int tgetflag P_ ((char *id));
+extern int tgetnum P_ ((char *id));
 #endif
 
 #include "cm.h"