diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 448667b8e..fbc020699 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -633,7 +633,7 @@ glusterfs_rmdir (const char *path); * Returns the directory entry on success and NULL pointer on error * with errno set appropriately. */ -struct dirent * +void * glusterfs_readdir (glusterfs_dir_t dirfd); |