34#ifndef SQSH_XATTR_PRIVATE_H
35#define SQSH_XATTR_PRIVATE_H
60 size_t remaining_entries;
61 size_t remaining_size;
#define SQSH_NO_EXPORT
Do not export symbol.
#define SQSH_NO_UNUSED
Warn if return value is unused.
size_t sqsh_index_t
typedef used for indexing
SQSH_NO_EXPORT int sqsh__xattr_iterator_cleanup(struct SqshXattrIterator *iterator)
SQSH_NO_EXPORT SQSH_NO_UNUSED int sqsh__xattr_table_init(struct SqshXattrTable *context, struct SqshArchive *sqsh)
SQSH_NO_EXPORT SQSH_NO_UNUSED int sqsh__xattr_iterator_init(struct SqshXattrIterator *iterator, const struct SqshFile *file)
SQSH_NO_EXPORT int sqsh__xattr_table_cleanup(struct SqshXattrTable *context)
An iterator over extended attributes.
The extended attribute lookup table.