diff options
author | Raghavendra G <raghavendra@zresearch.com> | 2009-04-22 07:32:53 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-23 10:41:49 +0530 |
commit | 3c68984b6f8dbb772a858fcf829d6c6f81503912 (patch) | |
tree | f1a1eacf9b714ec22d32b245603a68ffa2ce3e72 /libglusterfsclient/src/libglusterfsclient.h | |
parent | b817670c609dda2a1038fb94bd5a7dc6fa522518 (diff) |
libglusterfsclient: implement glusterfs_umount
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 93476a6a29f..defbec8786d 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -269,6 +269,9 @@ int glusterfs_mount (char *vmp, glusterfs_init_params_t *ipars); int +glusterfs_umount (char *vmp); + +int glusterfs_glh_chmod (glusterfs_handle_t handle, const char *path, mode_t mode); int |