summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@zresearch.com>2009-04-20 12:29:57 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-21 12:48:23 +0530
commitbb2ca0ec0da700f600d1fa30d111c2aa42804f70 (patch)
treed136b8a0a7d4398d1b7c798c3d75bd5b5a0d3af8 /libglusterfsclient/src/libglusterfsclient.h
parent6cd656152901ba19ef52f762d000e329e3f7dbc6 (diff)
libglusterfsclient: Add VMP-based getxattr
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index 71f70e730..e611f0563 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -139,8 +139,12 @@ glusterfs_fsetxattr (glusterfs_file_t fd, const char *name, const void *value,
size_t size, int flags);
ssize_t
-glusterfs_getxattr (glusterfs_handle_t handle, const char *path,
- const char *name, void *value, size_t size);
+glusterfs_glh_getxattr (glusterfs_handle_t handle, const char *path,
+ const char *name, void *value, size_t size);
+
+ssize_t
+glusterfs_getxattr (const char *path, const char *name, void *value,
+ size_t size);
ssize_t
glusterfs_lgetxattr (glusterfs_handle_t handle, const char *path,