Mercurial > hg > xemacs-beta
comparison src/console-tty.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
27 Therefore, all stuff for both input and output is lumped into | 27 Therefore, all stuff for both input and output is lumped into |
28 the console structure. If it ever becomes meaningful to | 28 the console structure. If it ever becomes meaningful to |
29 have more than one device on a TTY console, the output stuff | 29 have more than one device on a TTY console, the output stuff |
30 will have to get separated out. */ | 30 will have to get separated out. */ |
31 | 31 |
32 #ifndef _XEMACS_CONSOLE_TTY_H_ | 32 #ifndef INCLUDED_console_tty_h_ |
33 #define _XEMACS_CONSOLE_TTY_H_ | 33 #define INCLUDED_console_tty_h_ |
34 | 34 |
35 #include "console.h" | 35 #include "console.h" |
36 #include "syssignal.h" /* Always include before systty.h */ | 36 #include "syssignal.h" /* Always include before systty.h */ |
37 #include "systty.h" | 37 #include "systty.h" |
38 | 38 |
287 Error_behavior errb); | 287 Error_behavior errb); |
288 Lisp_Object tty_canonicalize_device_connection (Lisp_Object connection, | 288 Lisp_Object tty_canonicalize_device_connection (Lisp_Object connection, |
289 Error_behavior errb); | 289 Error_behavior errb); |
290 struct console * tty_find_console_from_fd (int fd); | 290 struct console * tty_find_console_from_fd (int fd); |
291 | 291 |
292 #endif /* _XEMACS_CONSOLE_TTY_H_ */ | 292 #endif /* INCLUDED_console_tty_h_ */ |