Be simpler and more consistent about reporting I/O errors.
[bpt/emacs.git] / src / systty.h
index 6d38c98..b735971 100644 (file)
@@ -79,5 +79,5 @@ struct emacs_tty {
 };
 \f
 /* From sysdep.c or w32.c  */
-extern int serial_open (char *);
+extern int serial_open (Lisp_Object);
 extern void serial_configure (struct Lisp_Process *, Lisp_Object);