Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
36 int needs_newline; | 36 int needs_newline; |
37 }; | 37 }; |
38 | 38 |
39 #define CONSOLE_STREAM_DATA(d) CONSOLE_TYPE_DATA (d, stream) | 39 #define CONSOLE_STREAM_DATA(d) CONSOLE_TYPE_DATA (d, stream) |
40 | 40 |
41 extern Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object, | |
42 Error_behavior); | |
43 extern Lisp_Object stream_canonicalize_console_connection(Lisp_Object, | |
44 Error_behavior); | |
45 extern Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object, | |
46 Error_behavior); | |
47 extern Lisp_Object stream_canonicalize_device_connection(Lisp_Object, | |
48 Error_behavior); | |
41 #endif /* _XEMACS_CONSOLE_STREAM_H_ */ | 49 #endif /* _XEMACS_CONSOLE_STREAM_H_ */ |