]> code.delx.au - gnu-emacs/blobdiff - src/systty.h
Window-related updates to NEWS and Emacs manual.
[gnu-emacs] / src / systty.h
index 2eacfdb2716072a45c5ceebf89d60a613e9dc7c5..647cfa23cee72c48667d7bc950f44ef2e72c75c3 100644 (file)
@@ -115,6 +115,6 @@ struct emacs_tty {
 #endif /* DOS_NT */
 };
 \f
-extern int emacs_get_tty (int, struct emacs_tty *);
-extern int emacs_set_tty (int, struct emacs_tty *, int);
-
+/* From sysdep.c or w32.c  */
+extern int serial_open (char *);
+extern void serial_configure (struct Lisp_Process *, Lisp_Object);