]> git.tuebingen.mpg.de Git - adu.git/blobdiff - fd.h
Merge branch 'refs/heads/t/doc-improvements'
[adu.git] / fd.h
diff --git a/fd.h b/fd.h
index 32a3ad3df108e297dbe3c22c1fae520c6a835ba9..a3d1d9d8f8ed2cb8be5e10fc95235ae4b3017b17 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * 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);