view src/lib/fd-set-nonblock.h @ 9354:687ac828b964 HEAD

lib-index: modseqs weren't tracked properly within session when changes were done.
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Sep 2009 13:05:03 -0400
parents e4eb71ae8e96
children
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, bool nonblock);

#endif