comparison src/console-stream.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 0132846995bd
children 6719134a07c2
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
34 { 34 {
35 FILE *infd, *outfd, *errfd; 35 FILE *infd, *outfd, *errfd;
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(con) CONSOLE_TYPE_DATA (con, stream)
40 40
41 extern Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object, 41 Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object,
42 Error_behavior); 42 Error_behavior);
43 extern Lisp_Object stream_canonicalize_console_connection(Lisp_Object, 43 Lisp_Object stream_canonicalize_console_connection(Lisp_Object,
44 Error_behavior); 44 Error_behavior);
45 extern Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object, 45 Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object,
46 Error_behavior); 46 Error_behavior);
47 extern Lisp_Object stream_canonicalize_device_connection(Lisp_Object, 47 Lisp_Object stream_canonicalize_device_connection(Lisp_Object,
48 Error_behavior); 48 Error_behavior);
49 #endif /* _XEMACS_CONSOLE_STREAM_H_ */ 49 #endif /* _XEMACS_CONSOLE_STREAM_H_ */