XEmacs 21.2.13
[chise/xemacs-chise.git.1] / src / console-stream.h
index e532bd0..a097e13 100644 (file)
@@ -32,7 +32,9 @@ DECLARE_CONSOLE_TYPE (stream);
 
 struct stream_console
 {
-  FILE *infd, *outfd, *errfd;
+  FILE *in;
+  FILE *out;
+  FILE *err;
   int needs_newline;
 };