diff options
Diffstat (limited to 'include/erofs/xattr.h')
-rw-r--r-- | include/erofs/xattr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/erofs/xattr.h b/include/erofs/xattr.h index 29df025..3dff1ea 100644 --- a/include/erofs/xattr.h +++ b/include/erofs/xattr.h @@ -44,5 +44,6 @@ int erofs_prepare_xattr_ibody(const char *path, struct list_head *ixattrs); char *erofs_export_xattr_ibody(struct list_head *ixattrs, unsigned int size); +int erofs_build_shared_xattrs_from_path(const char *path); #endif |