summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index d7ce4318e8d..d46156e28db 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -131,9 +131,13 @@ int
glusterfs_fstat (glusterfs_file_t fd, struct stat *stbuf);
int
-glusterfs_setxattr (glusterfs_handle_t handle, const char *path,
- const char *name, const void *value, size_t size,
- int flags);
+glusterfs_glh_setxattr (glusterfs_handle_t handle, const char *path,
+ const char *name, const void *value,
+ size_t size, int flags);
+
+int
+glusterfs_setxattr (const char *path, const char *name, const void *value,
+ size_t size, int flags);
int
glusterfs_lsetxattr (glusterfs_handle_t handle, const char *path,