(prin1-char): Put `shift' modifier into the basic character,
[bpt/emacs.git] / src / cm.h
index f5c8157..5500c5c 100644 (file)
--- a/src/cm.h
+++ b/src/cm.h
@@ -100,12 +100,6 @@ struct cm
 
 extern struct cm Wcm;          /* Terminal capabilities */
 extern char PC;                        /* Pad character */
-#ifdef HAVE_TERMIOS_H
-# include <termios.h>
-extern speed_t ospeed;
-#else
-extern short ospeed;           /* Output speed (from sg_ospeed) */
-#endif
 
 /* Shorthand */
 #ifndef NoCMShortHand
@@ -170,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) */