1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00

* process.c (serial_open, serial_configure): Move decls from here ...

* systty.h: ... to here, so that they can be checked.
This commit is contained in:
Paul Eggert 2011-03-14 15:49:41 -07:00
parent a884fdcc41
commit a0977c4454
3 changed files with 6 additions and 4 deletions

View file

@ -164,10 +164,6 @@ extern Lisp_Object QCfilter;
extern const char *get_operating_system_release (void);
/* From sysdep.c or w32.c */
extern int serial_open (char *port);
extern void serial_configure (struct Lisp_Process *p, Lisp_Object contact);
#ifndef HAVE_H_ERRNO
extern int h_errno;
#endif