summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index 3399e8259..6cec3fcea 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