Split data block processing from open to a separate file.

This commit is contained in:
2025-08-02 14:25:15 +01:00
parent 5de2fc8f84
commit 090ddfe2e7
4 changed files with 311 additions and 239 deletions

View File

@@ -25,5 +25,6 @@ UT_array *process_index_v1(aaruformatContext *ctx);
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);
#endif // LIBAARUFORMAT_INTERNAL_H