2 * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
4 * Licensed under the GPL v2. For licencing details see COPYING.
7 /** \file stdin.h The standard in task structure. */
9 /** The task structure used for reading from stdin. */
13 /** The size of \a buf. */
15 /** Number of bytes currently loaded in \a buf. */
17 /** Whether \p STDIN_FILENO was included in the read fd set. */
19 /** The task structure. */
21 /** Non-zero on read error, or if a read from stdin returned zero. */
25 void stdin_set_defaults(struct stdin_task
*sit
);