]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fd.h
dccp_recv/udp_recv: Use the new nonblock API.
[paraslash.git] / fd.h
diff --git a/fd.h b/fd.h
index b95588207d4c69e303409184e7a91e52df643e00..787784d3ef50311728347aee68dbf5395aaab0c7 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -7,7 +7,6 @@
 /** \file fd.h exported symbols from fd.c */
 
 int write_all(int fd, const char *buf, size_t *len);
-int para_readv(int fd, struct iovec *iov, int iovcnt);
 int file_exists(const char *);
 int para_select(int n, fd_set *readfds, fd_set *writefds,
                struct timeval *timeout_tv);