Split deduplication table processing from open to a separate file.

This commit is contained in:
2025-08-02 14:52:11 +01:00
parent 090ddfe2e7
commit abe8a2bc12
4 changed files with 289 additions and 243 deletions

View File

@@ -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