X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fd.h;h=cc226b029d3035b30f9ae0ccb95a36ffff210ecd;hp=00b02bef7a0e52819b2e4da35f7b79fc16145d93;hb=e9ac00becb2aba5bbbf51b4803b81b10ed4d6788;hpb=645175864a613fc539f46ffa4028742aad3b1b30 diff --git a/fd.h b/fd.h index 00b02bef..cc226b02 100644 --- a/fd.h +++ b/fd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -17,9 +17,7 @@ __must_check int para_fgets(char *line, int size, FILE *f); int para_mmap(size_t length, int prot, int flags, int fd, off_t offset, void *map); int para_open(const char *path, int flags, mode_t mode); -int para_opendir(const char *dirname, DIR **dir, int *cwd); int para_mkdir(const char *path, mode_t mode); -int para_fchdir(int fd); int para_chdir(const char *path); int mmap_full_file(const char *filename, int open_mode, void **map, size_t *size, int *fd_ptr);