comparison src/console-stream.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 6719134a07c2
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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 _XEMACS_CONSOLE_STREAM_H_ 26 #ifndef INCLUDED_console_stream_h_
27 #define _XEMACS_CONSOLE_STREAM_H_ 27 #define INCLUDED_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
43 Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object, 45 Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object,
44 Error_behavior); 46 Error_behavior);
45 Lisp_Object stream_canonicalize_console_connection(Lisp_Object, 47 Lisp_Object stream_canonicalize_console_connection(Lisp_Object,
46 Error_behavior); 48 Error_behavior);
47 Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object, 49 Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object,
48 Error_behavior); 50 Error_behavior);
49 Lisp_Object stream_canonicalize_device_connection(Lisp_Object, 51 Lisp_Object stream_canonicalize_device_connection(Lisp_Object,
50 Error_behavior); 52 Error_behavior);
51 #endif /* _XEMACS_CONSOLE_STREAM_H_ */ 53 #endif /* INCLUDED_console_stream_h_ */