X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=fd.h;h=a3d1d9d8f8ed2cb8be5e10fc95235ae4b3017b17;hb=66748e15aff805c9d8c5016a74fc51d1e7ef6fe1;hp=32a3ad3df108e297dbe3c22c1fae520c6a835ba9;hpb=e505632b96561200b3d5d308b14b853d48952aab;p=adu.git 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);