X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fd.h;h=270d0ce200df30f16333fcfbdb47173500cacddc;hb=HEAD;hp=8fb1fb651363bd816edfb680439b51496aed7a43;hpb=da171f28894c6a3fc29b58bf8ee783bc7d28598c;p=paraslash.git diff --git a/fd.h b/fd.h index 8fb1fb65..e4f30903 100644 --- a/fd.h +++ b/fd.h @@ -22,8 +22,7 @@ int read_nonblock(int fd, void *buf, size_t sz, size_t *num_bytes); int read_and_compare(int fd, const char *expectation); int xwrite(int fd, const char *buf, size_t len); int xwritev(int fd, struct iovec *iov, int iovcnt); -int for_each_file_in_dir(const char *dirname, - int (*func)(const char *, void *), void *private_data); + /** * Write a \p NULL-terminated buffer. *