summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@zresearch.com>2009-05-05 15:58:23 +0530
committerAnand V. Avati <avati@amp.gluster.com>2009-05-05 17:28:31 +0530
commitd18d2550484f3d930557fed038a6bf9ffa23de48 (patch)
treebb4712744bd8a5a21a7d15eeb4fd688b9725656a /libglusterfsclient/src/libglusterfsclient.h
parent84d5566fab6daaffe3ad5da76d87a9c9e20e7170 (diff)
libglusterfsclient: Add setxattr,lsetxattr API
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index 84881f789..03b37a2d5 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -359,6 +359,11 @@ glusterfs_glh_setxattr (glusterfs_handle_t handle, const char *path,
size_t size, int flags);
int
+glusterfs_glh_lsetxattr (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);