fd.h: Add declaration of para_chdir().
authorAndre Noll <maan@systemlinux.org>
Mon, 1 Oct 2007 21:31:00 +0000 (23:31 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 1 Oct 2007 21:31:00 +0000 (23:31 +0200)
fd.h

diff --git a/fd.h b/fd.h
index 9bbf7b57830fd5cd476d670e5129c550c3830cbb..823236839d723e4c1e31726a9ff26e70e61e15d3 100644 (file)
--- 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);