mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add long sector read support to cli_compare command
This commit is contained in:
@@ -36,7 +36,7 @@ bool check_cd_sector_channel(CdEccContext *context, const uint8_t *sector
|
||||
bool *edc_correct, bool *has_ecc_p, bool *ecc_p_correct, bool *has_ecc_q,
|
||||
bool *ecc_q_correct);
|
||||
int compare(const char *path1, const char *path2);
|
||||
int cli_compare(const char *path1, const char *path2);
|
||||
int cli_compare(const char *path1, const char *path2, bool use_long);
|
||||
int convert(const char *input_path, const char *output_path, bool use_long);
|
||||
|
||||
#endif // LIBAARUFORMAT_TOOL_AARUFORMATTOOL_H_
|
||||
|
||||
Reference in New Issue
Block a user