Merge branch 'refs/heads/t/doc-improvements'
[adu.git] / fd.h
diff --git a/fd.h b/fd.h
index 87083c2dcc81292499b417cd7c7366e205ad6295..a3d1d9d8f8ed2cb8be5e10fc95235ae4b3017b17 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -1,14 +1,14 @@
 /*
- * 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.
  */
 
-/** \file fd.h exported symbols from fd.c */
+/** \file fd.h \brief Exported symbols from fd.c */
 
 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);