summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index 448667b8e4c..fbc0206995d 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);