view src/lib/fd-set-nonblock.h @ 3621:3ae2df67459c HEAD

Added fd_set_nonblock() and changed net_set_nonblock() to use it.
author Timo Sirainen <tss@iki.fi>
date Sun, 25 Sep 2005 14:12:24 +0300
parents
children 55df57c028d4
line wrap: on
line source

#ifndef __FD_SET_NONBLOCK_H
#define __FD_SET_NONBLOCK_H

/* Set file descriptor to blocking/nonblocking state */
int fd_set_nonblock(int fd, int nonblock);

#endif