Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/console-stream.h Mon Aug 13 10:27:41 2007 +0200 +++ b/src/console-stream.h Mon Aug 13 10:28:48 2007 +0200 @@ -36,14 +36,14 @@ int needs_newline; }; -#define CONSOLE_STREAM_DATA(d) CONSOLE_TYPE_DATA (d, stream) +#define CONSOLE_STREAM_DATA(con) CONSOLE_TYPE_DATA (con, stream) -extern Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object, - Error_behavior); -extern Lisp_Object stream_canonicalize_console_connection(Lisp_Object, - Error_behavior); -extern Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object, - Error_behavior); -extern Lisp_Object stream_canonicalize_device_connection(Lisp_Object, - Error_behavior); +Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object, + Error_behavior); +Lisp_Object stream_canonicalize_console_connection(Lisp_Object, + Error_behavior); +Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object, + Error_behavior); +Lisp_Object stream_canonicalize_device_connection(Lisp_Object, + Error_behavior); #endif /* _XEMACS_CONSOLE_STREAM_H_ */