rados_rmxattr

Delete an extended attribute from an object.

@param io the context in which to delete the xattr @param o the name of the object @param name which xattr to delete @returns 0 on success, negative error code on failure

extern (C)
int
rados_rmxattr
(,
const(char)* o
,
const(char)* name
)

Meta