Add sorting function for DumpExtent arrays and implement sorting in dump processing

This commit is contained in:
2025-10-05 16:31:21 +01:00
parent 0381041dab
commit cfce456a5c
4 changed files with 40 additions and 2 deletions

View File

@@ -55,5 +55,6 @@ bool set_ddt_multi_level_v2(aaruformatContext *ctx, uint64_t sector_address
aaru_options parse_options(const char *options);
uint64_t get_filetime_uint64();
int32_t aaruf_close_current_block(aaruformatContext *ctx);
int compare_extents(const void *a, const void *b);
#endif // LIBAARUFORMAT_INTERNAL_H