]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fd.h
Merge commit 'meins/master'
[paraslash.git] / fd.h
diff --git a/fd.h b/fd.h
index 6472c137e7d0a86007e2161b0f6691740c9f6fe3..ae692b4fbe00dad1efc33237700d41f4524c825f 100644 (file)
--- 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);
@@ -23,3 +24,4 @@ int mmap_full_file(const char *filename, int open_mode, void **map,
        size_t *size, int *fd_ptr);
 int para_munmap(void *start, size_t length);
 int write_ok(int fd);
+void valid_fd_012(void);