summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@zresearch.com>2009-04-22 07:32:53 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-23 10:41:49 +0530
commit3c68984b6f8dbb772a858fcf829d6c6f81503912 (patch)
treef1a1eacf9b714ec22d32b245603a68ffa2ce3e72 /libglusterfsclient/src/libglusterfsclient.h
parentb817670c609dda2a1038fb94bd5a7dc6fa522518 (diff)
libglusterfsclient: implement glusterfs_umount
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h3
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