Mercurial > hg > xemacs-beta
diff src/console-tty.c @ 80:1ce6082ce73f r20-0b90
Import from CVS: tag r20-0b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:06:37 +0200 |
parents | c7528f8e288d |
children | 360340f9fd5f |
line wrap: on
line diff
--- a/src/console-tty.c Mon Aug 13 09:05:44 2007 +0200 +++ b/src/console-tty.c Mon Aug 13 09:06:37 2007 +0200 @@ -206,6 +206,8 @@ return CONSOLE_TTY_DATA (decode_tty_console (console))->terminal_type; } +extern Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object, + Error_behavior); Lisp_Object tty_semi_canonicalize_console_connection (Lisp_Object connection, Error_behavior errb) @@ -213,6 +215,8 @@ return stream_semi_canonicalize_console_connection (connection, errb); } +extern Lisp_Object stream_canonicalize_console_connection(Lisp_Object, + Error_behavior); Lisp_Object tty_canonicalize_console_connection (Lisp_Object connection, Error_behavior errb)