diff src/console-tty.c @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents bcdc7deadc19
children 0293115a14e9
line wrap: on
line diff
--- a/src/console-tty.c	Mon Aug 13 08:48:18 2007 +0200
+++ b/src/console-tty.c	Mon Aug 13 08:48:42 2007 +0200
@@ -200,6 +200,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)
@@ -207,6 +209,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)