comparison src/console-stream.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children 11054d720c21
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
21 21
22 /* Synched up with: Not in FSF. */ 22 /* Synched up with: Not in FSF. */
23 23
24 /* Written by Ben Wing. */ 24 /* Written by Ben Wing. */
25 25
26 #ifndef INCLUDED_console_stream_h_ 26 #ifndef _XEMACS_CONSOLE_STREAM_H_
27 #define INCLUDED_console_stream_h_ 27 #define _XEMACS_CONSOLE_STREAM_H_
28 28
29 #include "console.h" 29 #include "console.h"
30 30
31 DECLARE_CONSOLE_TYPE (stream); 31 DECLARE_CONSOLE_TYPE (stream);
32 32
38 int needs_newline; 38 int needs_newline;
39 }; 39 };
40 40
41 #define CONSOLE_STREAM_DATA(con) CONSOLE_TYPE_DATA (con, stream) 41 #define CONSOLE_STREAM_DATA(con) CONSOLE_TYPE_DATA (con, stream)
42 42
43 extern Lisp_Object Vterminal_console, Vterminal_frame, Vterminal_device;
44
45 Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object, 43 Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object,
46 Error_behavior); 44 Error_behavior);
47 Lisp_Object stream_canonicalize_console_connection(Lisp_Object, 45 Lisp_Object stream_canonicalize_console_connection(Lisp_Object,
48 Error_behavior); 46 Error_behavior);
49 Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object, 47 Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object,
50 Error_behavior); 48 Error_behavior);
51 Lisp_Object stream_canonicalize_device_connection(Lisp_Object, 49 Lisp_Object stream_canonicalize_device_connection(Lisp_Object,
52 Error_behavior); 50 Error_behavior);
53 #endif /* INCLUDED_console_stream_h_ */ 51 #endif /* _XEMACS_CONSOLE_STREAM_H_ */