diff options
| author | Paul Eggert | 2011-03-14 15:49:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 15:49:41 -0700 |
| commit | a0977c44540ebf331dde6f673f4fbf735b4e30ac (patch) | |
| tree | 9dda507c4ae8e4b9203fdd5b7d5fd4e15ba2fe25 /src/systty.h | |
| parent | a884fdcc41237099dc76548a9b751ceaabefe7de (diff) | |
| download | emacs-a0977c44540ebf331dde6f673f4fbf735b4e30ac.tar.gz emacs-a0977c44540ebf331dde6f673f4fbf735b4e30ac.zip | |
* process.c (serial_open, serial_configure): Move decls from here ...
* systty.h: ... to here, so that they can be checked.
Diffstat (limited to 'src/systty.h')
| -rw-r--r-- | src/systty.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h index 2eacfdb2716..1548952e7a8 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -118,3 +118,6 @@ struct emacs_tty { | |||
| 118 | extern int emacs_get_tty (int, struct emacs_tty *); | 118 | extern int emacs_get_tty (int, struct emacs_tty *); |
| 119 | extern int emacs_set_tty (int, struct emacs_tty *, int); | 119 | extern int emacs_set_tty (int, struct emacs_tty *, int); |
| 120 | 120 | ||
| 121 | /* From sysdep.c or w32.c */ | ||
| 122 | extern int serial_open (char *); | ||
| 123 | extern void serial_configure (struct Lisp_Process *, Lisp_Object); | ||