diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-04-20 12:32:29 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-21 12:49:22 +0530 |
commit | 721783da4f9705331356328b8082873aec1ced0e (patch) | |
tree | 52dfba52025fa472463f2e0098acef5e69eec705 /libglusterfsclient/src/libglusterfsclient.h | |
parent | 07da4292a8678a415acfec130c40febc9a63b6b4 (diff) |
libglusterfsclient: Add VMP-based rmdir
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 6890ca55a..3399e8259 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -115,9 +115,6 @@ glusterfs_file_t glusterfs_creat (const char *path, mode_t mode); int -glusterfs_rmdir (glusterfs_handle_t handle, const char *path); - -int glusterfs_close (glusterfs_file_t fd); int @@ -236,8 +233,10 @@ int glusterfs_mkdir (const char *path, mode_t mode); int -glusterfs_rmdir (glusterfs_handle_t handle, const char *path); +glusterfs_glh_rmdir (glusterfs_handle_t handle, const char *path); +int +glusterfs_rmdir (const char *path); /* FIXME: implement man 3 readdir semantics */ int glusterfs_readdir (glusterfs_dir_t fd, struct dirent *dirp, |