X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=fd.h;h=32a3ad3df108e297dbe3c22c1fae520c6a835ba9;hp=6ebd9c90cb67f5917b50c923491d8f5a8fe9d1a1;hb=bb07e5f7bd928e8fb678568598044d414279dfe6;hpb=d2ce6e60cb915dff3a0920a0b48f786435bd4ec8 diff --git a/fd.h b/fd.h index 6ebd9c9..32a3ad3 100644 --- a/fd.h +++ b/fd.h @@ -12,3 +12,4 @@ int mmap_full_file(const char *filename, int open_mode, void **map, size_t *size, int *fd_ptr); 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);