X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fd.h;h=b12067ec404976f9c6f96345c1a4bd4b21cb2d13;hp=c87c0ea6d1c419f45d4894303fdbf1e73f8a56d4;hb=ca059ef393a5ea00c3318314b3de5229f9fd7ea0;hpb=1678eec345675d29f4fe57df18552cf6c0dd322c diff --git a/fd.h b/fd.h index c87c0ea6..b12067ec 100644 --- a/fd.h +++ b/fd.h @@ -6,7 +6,7 @@ /** \file fd.h exported symbols from fd.c */ -int write_all(int fd, const char *buf, size_t *len); +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);