Split metadata block processing from open to a separate file.

This commit is contained in:
2025-08-02 16:04:55 +01:00
parent abe8a2bc12
commit 727e172908
4 changed files with 246 additions and 209 deletions

View File

@@ -27,5 +27,6 @@ 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);
void process_metadata_block(aaruformatContext *ctx, IndexEntry *entry);
#endif // LIBAARUFORMAT_INTERNAL_H