]> git.tuebingen.mpg.de Git - osl.git/blobdiff - fd.h
osl.h depends on Makefile.
[osl.git] / fd.h
diff --git a/fd.h b/fd.h
index bb09eb3eb3d0ecafd1a71cc49c579b5e8a0f7c1f..4b802062d7207344ef3441542a3fe090ba18bd67 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -11,7 +11,9 @@ int para_opendir(const char *dirname, DIR **dir, int *cwd);
 int para_fchdir(int fd);
 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 osl_munmap(void *start, size_t length);
+int write_all(int fd, const char *buf, size_t *len);
+int write_file(const char *filename, const void *buf, size_t size);
 
 /**
  * A wrapper for mkdir(2).