summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index ec707ad92fc..5d422b9070d 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -131,6 +131,13 @@ int
glusterfs_stat (const char *path, struct stat *buf);
int
+glusterfs_glh_lstat (glusterfs_handle_t handle, const char *path,
+ struct stat *buf);
+
+int
+glusterfs_lstat (const char *path, struct stat *buf);
+
+int
glusterfs_fstat (glusterfs_file_t fd, struct stat *stbuf);
int