comparison src/console-tty.c @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 25f70ba0133c
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
225 (console)) 225 (console))
226 { 226 {
227 return CONSOLE_TTY_DATA (decode_tty_console (console))->controlling_process; 227 return CONSOLE_TTY_DATA (decode_tty_console (console))->controlling_process;
228 } 228 }
229 229
230 extern Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object,
231 Error_behavior);
232 Lisp_Object 230 Lisp_Object
233 tty_semi_canonicalize_console_connection (Lisp_Object connection, 231 tty_semi_canonicalize_console_connection (Lisp_Object connection,
234 Error_behavior errb) 232 Error_behavior errb)
235 { 233 {
236 return stream_semi_canonicalize_console_connection (connection, errb); 234 return stream_semi_canonicalize_console_connection (connection, errb);
237 } 235 }
238 236
239 extern Lisp_Object stream_canonicalize_console_connection(Lisp_Object,
240 Error_behavior);
241 Lisp_Object 237 Lisp_Object
242 tty_canonicalize_console_connection (Lisp_Object connection, 238 tty_canonicalize_console_connection (Lisp_Object connection,
243 Error_behavior errb) 239 Error_behavior errb)
244 { 240 {
245 return stream_canonicalize_console_connection (connection, errb); 241 return stream_canonicalize_console_connection (connection, errb);