diff src/console-stream.h @ 396:6719134a07c2 r21-2-13

Import from CVS: tag r21-2-13
author cvs
date Mon, 13 Aug 2007 11:12:05 +0200
parents c5d627a313b1
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/console-stream.h	Mon Aug 13 11:11:38 2007 +0200
+++ b/src/console-stream.h	Mon Aug 13 11:12:05 2007 +0200
@@ -32,7 +32,9 @@
 
 struct stream_console
 {
-  FILE *infd, *outfd, *errfd;
+  FILE *in;
+  FILE *out;
+  FILE *err;
   int needs_newline;
 };