From 3c68984b6f8dbb772a858fcf829d6c6f81503912 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 22 Apr 2009 07:32:53 -0700 Subject: libglusterfsclient: implement glusterfs_umount Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libglusterfsclient/src/libglusterfsclient.h') diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 93476a6a..defbec87 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -268,6 +268,9 @@ glusterfs_realpath (const char *path, char *resolved_path); 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); -- cgit