From 74a46284e17045db302e5bcde0052ea6c7b4c038 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 20 Apr 2009 12:32:46 -0700 Subject: libglusterfsclient: Add VMP-based chmod Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libglusterfsclient/src/libglusterfsclient.h') diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 3399e82599f..6cec3fcea64 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -258,6 +258,11 @@ glusterfs_realpath (glusterfs_handle_t handle, const char *path, int glusterfs_mount (char *vmp, glusterfs_init_params_t *ipars); +int +glusterfs_glh_chmod (glusterfs_handle_t handle, const char *path, mode_t mode); + +int +glusterfs_chmod (const char *path, mode_t mode); /* FIXME: review the need for these apis */ /* added for log related initialization in booster fork implementation */ void -- cgit