diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
| -rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index d46156e28db..ec707ad92fc 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -124,8 +124,11 @@ int  glusterfs_close (glusterfs_file_t fd);  int -glusterfs_stat (glusterfs_handle_t handle, const char *path, -		struct stat *stbuf); +glusterfs_glh_stat (glusterfs_handle_t handle, const char *path, +                        struct stat *stbuf); + +int +glusterfs_stat (const char *path, struct stat *buf);  int  glusterfs_fstat (glusterfs_file_t fd, struct stat *stbuf);  | 
