X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.h;h=4dafafdec596d3ff60fd70dbc2291482165f71d0;hp=e467f41d03299c4350997e5320547ff2b02ba760;hb=65572373b52dad3f2ff3b8302a6f7491553f07b1;hpb=40cbbb95e256e63e1e6958e9034311d4904604af diff --git a/stdout.h b/stdout.h index e467f41d..4dafafde 100644 --- 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; };