Mercurial > hg > xemacs-beta
diff src/console-stream.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/console-stream.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/console-stream.h Mon Aug 13 09:43:35 2007 +0200 @@ -38,4 +38,12 @@ #define CONSOLE_STREAM_DATA(d) CONSOLE_TYPE_DATA (d, stream) +extern Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object, + Error_behavior); +extern Lisp_Object stream_canonicalize_console_connection(Lisp_Object, + Error_behavior); +extern Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object, + Error_behavior); +extern Lisp_Object stream_canonicalize_device_connection(Lisp_Object, + Error_behavior); #endif /* _XEMACS_CONSOLE_STREAM_H_ */