X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fd.h;h=22141be2d79a7451188f0d6986b772368248ff71;hb=d2a600590a2607d2bd729f3079aaec320efe7990;hp=6472c137e7d0a86007e2161b0f6691740c9f6fe3;hpb=2fe2b6e212e8e0d09cd1a8fc95f7f2f3a1110485;p=paraslash.git 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);