Add the latest changes to etags behaviour.
[bpt/emacs.git] / src / cm.h
index 652b61e..5619ab2 100644 (file)
--- a/src/cm.h
+++ b/src/cm.h
@@ -100,13 +100,6 @@ struct cm
 
 extern struct cm Wcm;          /* Terminal capabilities */
 extern char PC;                        /* Pad character */
-#ifdef HAVE_TERMIOS_H
-#include <termios.h>
-/* HJL's version of libc is said to need this on the Alpha.  */
-extern speed_t ospeed;
-#else
-extern short ospeed;           /* Output speed (from sg_ospeed) */
-#endif
 
 /* Shorthand */
 #ifndef NoCMShortHand
@@ -171,7 +164,7 @@ 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 ();