diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-05-05 15:58:23 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-05-05 17:28:31 +0530 |
commit | d18d2550484f3d930557fed038a6bf9ffa23de48 (patch) | |
tree | bb4712744bd8a5a21a7d15eeb4fd688b9725656a /libglusterfsclient/src/libglusterfsclient.h | |
parent | 84d5566fab6daaffe3ad5da76d87a9c9e20e7170 (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-x | libglusterfsclient/src/libglusterfsclient.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 84881f78970..03b37a2d5ae 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); |