]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fd.h
introduce para_select()
[paraslash.git] / fd.h
diff --git a/fd.h b/fd.h
index 30ab0852eacf20ee4feaeec6a65f600dd446f744..2db28f761c06f9c62378cefb3a6f1d88ed8a556a 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -19,3 +19,6 @@
 /** \file fd.h file handling functions */
 
 int file_exists(const char *);
 /** \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);