X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=stdin.h;h=63d00d5dfc167a5c29a52ba4946bba49926d1301;hb=93ea9f34dcb35755568e6c94f9b9445fd4d1984a;hp=6a2b1d663b16a0ec53a15082c43d4a36fc3556f9;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde;p=paraslash.git diff --git a/stdin.h b/stdin.h index 6a2b1d66..63d00d5d 100644 --- a/stdin.h +++ b/stdin.h @@ -18,8 +18,6 @@ struct stdin_task { int check_fd; /** The task structure. */ struct task task; - /** Non-zero on read error, or if a read from stdin returned zero. */ - int error; }; void stdin_set_defaults(struct stdin_task *sit);