Mercurial > hg > xemacs-beta
comparison src/console-stream.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | 190b164ddcac |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
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 |
48 Error_behavior); | 48 Error_behavior); |
49 Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object, | 49 Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object, |
50 Error_behavior); | 50 Error_behavior); |
51 Lisp_Object stream_canonicalize_device_connection(Lisp_Object, | 51 Lisp_Object stream_canonicalize_device_connection(Lisp_Object, |
52 Error_behavior); | 52 Error_behavior); |
53 #endif /* _XEMACS_CONSOLE_STREAM_H_ */ | 53 #endif /* INCLUDED_console_stream_h_ */ |