From: Andre Noll Date: Mon, 1 Oct 2007 21:31:00 +0000 (+0200) Subject: fd.h: Add declaration of para_chdir(). X-Git-Tag: v0.3.0~317^2~3 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=86d6d297c49043e902d95c17d9da77e490671d13;ds=inline fd.h: Add declaration of para_chdir(). --- diff --git a/fd.h b/fd.h index 9bbf7b57..82323683 100644 --- a/fd.h +++ b/fd.h @@ -17,3 +17,4 @@ 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);