diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-04-20 12:32:46 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-21 12:49:27 +0530 |
commit | 74a46284e17045db302e5bcde0052ea6c7b4c038 (patch) | |
tree | 1bdabbfa6d3314341b7eeb9481a3ea14f8028ce4 /libglusterfsclient/src/libglusterfsclient.h | |
parent | 721783da4f9705331356328b8082873aec1ced0e (diff) |
libglusterfsclient: Add VMP-based chmod
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |