]> 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 2db28f761c06f9c62378cefb3a6f1d88ed8a556a..ed672151f9cdeb7b3918efed75c34e7997a2d670 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -19,6 +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);