X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=fd.h;h=a3d1d9d8f8ed2cb8be5e10fc95235ae4b3017b17;hp=32a3ad3df108e297dbe3c22c1fae520c6a835ba9;hb=2e24b91148dda8ea52b308a4b5e0ef08c0f11267;hpb=d0bef44ffe5b6f985f4ba6a718e08afb50f096c6 diff --git a/fd.h b/fd.h index 32a3ad3..a3d1d9d 100644 --- a/fd.h +++ b/fd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,8 +8,7 @@ int adu_opendir(const char *dirname, DIR **dir, int *cwd); int adu_fchdir(int fd); -int mmap_full_file(const char *filename, int open_mode, void **map, - size_t *size, int *fd_ptr); +int mmap_file_ro(const char *filename, void **map, size_t *size); int adu_munmap(void *start, size_t length); int adu_write_file(const char *filename, const void *buf, size_t size); int mkpath(const char *p, mode_t mode);