]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - osl.h
Move mmap_full_file from osl.c to fd.c.
[paraslash.git] / osl.h
diff --git a/osl.h b/osl.h
index 2fdee777741f07ce65758432ab86fed52e67c267..1fec9865dabe1854272a7e7476185db583aeee9e 100644 (file)
--- a/osl.h
+++ b/osl.h
@@ -179,7 +179,6 @@ int osl_get_rank(const struct osl_table *t, struct osl_row *r,
 
 int for_each_file_in_dir(const char *dirname,
        int (*func)(const char *, const void *), const void *private_data);
-int mmap_full_file(const char *filename, int open_mode, struct osl_object *obj);
 ssize_t para_write_all(int fd, const void *buf, size_t size);
 int para_lseek(int fd, off_t *offset, int whence);
 int para_write_file(const char *filename, const void *buf, size_t size);