]> git.tuebingen.mpg.de Git - adu.git/blobdiff - fd.h
Add missing functions to fd.c.
[adu.git] / fd.h
diff --git a/fd.h b/fd.h
index 22141be2d79a7451188f0d6986b772368248ff71..da0d349205a2b0ac621b7f08eef30bc4e009398d 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -24,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);
+int para_write_file(const char *filename, const void *buf, size_t size);