revert recent css changes
[paraslash.git] / stdout.h
index e467f41d03299c4350997e5320547ff2b02ba760..4dafafdec596d3ff60fd70dbc2291482165f71d0 100644 (file)
--- a/stdout.h
+++ b/stdout.h
@@ -1,8 +1,10 @@
+/** \file stdout.h common code for uitlities that write to stdout */
 struct stdout_task {
        char *buf;
        size_t *bufsize;
        size_t *loaded;
-       int *eof;
+       int *input_eof;
+       int eof;
        struct task task;
        int check_fd;
 };