X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fd.c;h=7336bd51de6182c8b6899bbca82420db2fd32d08;hb=d3af91481ef4a00c26530b7238552666424f0b6f;hp=bdba2765a0fe3c6be12a9b32679bd79c267c6eb3;hpb=8a63543fdfbd3b5d00e4afecfbc397795a49ed04;p=paraslash.git diff --git a/fd.c b/fd.c index bdba2765..7336bd51 100644 --- a/fd.c +++ b/fd.c @@ -183,6 +183,7 @@ int read_nonblock(int fd, void *buf, size_t sz, fd_set *rfds, size_t *num_bytes) * \param fd The file descriptor to receive from. * \param pattern The expected pattern. * \param bufsize The size of the internal buffer. + * \param rfds Passed to read_nonblock(). * * This function tries to read at most \a bufsize bytes from the non-blocking * file descriptor \a fd. If at least \p strlen(\a pattern) bytes have been