X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fd.h;h=22141be2d79a7451188f0d6986b772368248ff71;hp=6472c137e7d0a86007e2161b0f6691740c9f6fe3;hb=faccd246cf9ee662cd8262d0db2a2375c1d4da86;hpb=bf94a866ee741567b4cf8e35d8e6a0565cdfe9bb diff --git a/fd.h b/fd.h index 6472c137..22141be2 100644 --- a/fd.h +++ b/fd.h @@ -6,6 +6,7 @@ /** \file fd.h exported symbols from fd.c */ +int write_all(int fd, const char *buf, size_t *len); int file_exists(const char *); int para_select(int n, fd_set *readfds, fd_set *writefds, struct timeval *timeout_tv);