From c9a8adc15f9de110771156fdc85fb98533648a53 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 5 Jun 2023 19:06:42 +0200 Subject: Move dir_entry_xattr_t from libio to libsquashfs The structure and functions are renamed to sqfs_xattr_* instead, an additional helper is added to accept an encoded xattr. Documentation and unit test are added as well. Signed-off-by: David Oberhollenzer --- bin/sqfs2tar/src/sqfs2tar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/sqfs2tar/src/sqfs2tar.h') diff --git a/bin/sqfs2tar/src/sqfs2tar.h b/bin/sqfs2tar/src/sqfs2tar.h index 88185ee..3c7b3d1 100644 --- a/bin/sqfs2tar/src/sqfs2tar.h +++ b/bin/sqfs2tar/src/sqfs2tar.h @@ -48,7 +48,7 @@ char *assemble_tar_path(char *name, bool is_dir); /* xattr.c */ int get_xattrs(const char *name, const sqfs_inode_generic_t *inode, - dir_entry_xattr_t **out); + sqfs_xattr_t **out); /* write_tree.c */ int write_tree(const sqfs_tree_node_t *n); -- cgit v1.2.3