]> 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 270d0ce200df30f16333fcfbdb47173500cacddc..64850652ade120499759d4bf65a8b27169f32813 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -5,7 +5,6 @@
 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 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);