X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=fd.h;h=108993209ce19ddabdaf27f706dd5f4d7ef1d91e;hp=6ebd9c90cb67f5917b50c923491d8f5a8fe9d1a1;hb=560d397a66ba141f18e13557feae78ca94a25f98;hpb=d2ce6e60cb915dff3a0920a0b48f786435bd4ec8 diff --git a/fd.h b/fd.h index 6ebd9c9..1089932 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. */ @@ -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);