X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=fd.h;h=ed672151f9cdeb7b3918efed75c34e7997a2d670;hb=e57d2b9211bb734b71838142a7936fe6dfdc449c;hp=30ab0852eacf20ee4feaeec6a65f600dd446f744;hpb=f2a7b00cf72104a38733b7bf3add9fb19dd71c93;p=paraslash.git diff --git a/fd.h b/fd.h index 30ab0852..ed672151 100644 --- a/fd.h +++ b/fd.h @@ -19,3 +19,6 @@ /** \file fd.h file handling functions */ int file_exists(const char *); +int para_select(int n, fd_set *readfds, fd_set *writefds, + struct timeval *timeout); +int mark_fd_nonblock(int fd);