dav/libxattr.h

changeset 379
cdaf5a3d3a50
parent 361
b6f2462ee055
child 789
378b5ab86f77
--- a/dav/libxattr.h	Sun May 27 13:02:40 2018 +0200
+++ b/dav/libxattr.h	Sun May 27 19:45:28 2018 +0200
@@ -42,6 +42,8 @@
 
 int xattr_set(const char *path, const char *name, const void *value, size_t len);
 
+int xattr_remove(const char *path, const char *name);
+
 void xattr_free_list(char **attrnames, ssize_t nelm);
 
 #ifdef __cplusplus

mercurial