]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fd.h
fd: Remove file_exists().
[paraslash.git] / fd.h
diff --git a/fd.h b/fd.h
index ea6307b2d5145d3ce38b0372f2e308a468d94ab4..64850652ade120499759d4bf65a8b27169f32813 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -5,8 +5,7 @@
 int xrename(const char *oldpath, const char *newpath);
 int write_all(int fd, const char *buf, size_t len);
 __printf_2_3 int write_va_buffer(int fd, const char *fmt, ...);
-bool file_exists(const char *);
-int para_select(int n, fd_set *readfds, fd_set *writefds, int timeout);
+int xpoll(struct pollfd *fds, nfds_t nfds, int timeout);
 __must_check int mark_fd_nonblocking(int fd);
 __must_check int mark_fd_blocking(int fd);
 int para_mmap(size_t length, int prot, int flags, int fd, void *map);