diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index c9fc15a1157..377459c4d61 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -270,6 +270,13 @@ glusterfs_glh_chown (glusterfs_handle_t handle, const char *path, uid_t owner, int glusterfs_chown (const char *path, uid_t owner, gid_t group); + +glusterfs_dir_t +glusterfs_glh_opendir (glusterfs_handle_t handle, const char *path); + +glusterfs_dir_t +glusterfs_opendir (const char *path); + /* FIXME: review the need for these apis */ /* added for log related initialization in booster fork implementation */ void |