X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ba5971b37a41900f8074a4e6430b88dd46826380..768d4533ce51d61ce065b28f63aae43c7be0d1cc:/src/cm.h diff --git a/src/cm.h b/src/cm.h index fc3d183f5f..5500c5ce58 100644 --- a/src/cm.h +++ b/src/cm.h @@ -101,19 +101,6 @@ struct cm extern struct cm Wcm; /* Terminal capabilities */ extern char PC; /* Pad character */ -#if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T) -extern short ospeed; -#else -#if defined (HAVE_TERMIOS_H) && defined (LINUX) -#include -/* HJL's version of libc is said to need this on the Alpha. - On the other hand, DEC OSF1 on the Alpha needs ospeed to be a short. */ -extern speed_t ospeed; -#else -extern short ospeed; /* Output speed (from sg_ospeed) */ -#endif -#endif - /* Shorthand */ #ifndef NoCMShortHand #define curY Wcm.cm_curY @@ -177,7 +164,10 @@ extern int evalcost (); extern void cmcheckmagic (); extern int cmputc (); -extern int cmcostinit (); -extern int cmgoto (); -extern int Wcm_clear (); +extern void cmcostinit (); +extern void cmgoto (); +extern void Wcm_clear (); extern int Wcm_init (); + +/* arch-tag: acc1535a-7136-49d6-b22d-9bc85702251b + (do not change this comment) */