mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Split deduplication table processing from open to a separate file.
This commit is contained in:
@@ -26,5 +26,6 @@ int32_t verify_index_v1(aaruformatContext *ctx);
|
||||
UT_array *process_index_v2(aaruformatContext *ctx);
|
||||
int32_t verify_index_v2(aaruformatContext *ctx);
|
||||
int32_t process_data_block(aaruformatContext *ctx, IndexEntry *entry);
|
||||
int32_t process_ddt_v1(aaruformatContext *ctx, IndexEntry *entry, bool *foundUserDataDdt);
|
||||
|
||||
#endif // LIBAARUFORMAT_INTERNAL_H
|
||||
|
||||
Reference in New Issue
Block a user