]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fd.h
introduce mark_fd_nonblock()
[paraslash.git] / fd.h
diff --git a/fd.h b/fd.h
index 30ab0852eacf20ee4feaeec6a65f600dd446f744..ed672151f9cdeb7b3918efed75c34e7997a2d670 100644 (file)
--- 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);