X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=fd.h;h=108993209ce19ddabdaf27f706dd5f4d7ef1d91e;hp=ad8194206580b07008311a64e0360ca09aca81e4;hb=560d397a66ba141f18e13557feae78ca94a25f98;hpb=694171759afb90bfdc552676ff6d04697c93af00 diff --git a/fd.h b/fd.h index ad81942..1089932 100644 --- a/fd.h +++ b/fd.h @@ -1,14 +1,15 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * 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 para_opendir(const char *dirname, DIR **dir, int *cwd); -int para_fchdir(int fd); +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 para_munmap(void *start, size_t length); -int para_write_file(const char *filename, const void *buf, 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);