From 07da4292a8678a415acfec130c40febc9a63b6b4 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 20 Apr 2009 12:32:06 -0700 Subject: libglusterfsclient: Add VMP-based mkdir Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libglusterfsclient/src/libglusterfsclient.h') diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 5d422b9070d..6890ca55aa6 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -114,9 +114,6 @@ glusterfs_glh_creat (glusterfs_handle_t handle, const char *path, mode_t mode); glusterfs_file_t glusterfs_creat (const char *path, mode_t mode); -int -glusterfs_mkdir (glusterfs_handle_t handle, const char *path, mode_t mode); - int glusterfs_rmdir (glusterfs_handle_t handle, const char *path); @@ -233,7 +230,10 @@ off_t glusterfs_lseek (glusterfs_file_t fd, off_t offset, int whence); int -glusterfs_mkdir (glusterfs_handle_t handle, const char *path, mode_t mode); +glusterfs_glh_mkdir (glusterfs_handle_t handle, const char *path, mode_t mode); + +int +glusterfs_mkdir (const char *path, mode_t mode); int glusterfs_rmdir (glusterfs_handle_t handle, const char *path); -- cgit