mmc.h (xorriso-1.5.1) | : | mmc.h (xorriso-1.5.2) | ||
---|---|---|---|---|
skipping to change at line 128 | skipping to change at line 128 | |||
char **book_name, int *part_version, int *num_layers, | char **book_name, int *part_version, int *num_layers, | |||
int *num_blocks, int flag); | int *num_blocks, int flag); | |||
/* ts B11201 */ | /* ts B11201 */ | |||
int mmc_get_leadin_text(struct burn_drive *d, | int mmc_get_leadin_text(struct burn_drive *d, | |||
unsigned char **text_packs, int *num_packs, int flag); | unsigned char **text_packs, int *num_packs, int flag); | |||
/* ts B40107 */ | /* ts B40107 */ | |||
int mmc_get_performance(struct burn_drive *d, int descr_type, int flag); | int mmc_get_performance(struct burn_drive *d, int descr_type, int flag); | |||
/* ts B90414 */ | ||||
int burn_make_feature_text(struct burn_drive *d, unsigned int feature_code, | ||||
unsigned char flags, | ||||
unsigned char additional_length, | ||||
unsigned char *feature_data, | ||||
char **text, int flag); | ||||
#ifdef Libburn_develop_quality_scaN | #ifdef Libburn_develop_quality_scaN | |||
/* B21108 ts */ | /* B21108 ts */ | |||
int mmc_nec_optiarc_f3(struct burn_drive *d, int sub_op, | int mmc_nec_optiarc_f3(struct burn_drive *d, int sub_op, | |||
int start_lba, int rate_period, | int start_lba, int rate_period, | |||
int *eba, int *error_rate1, int *error_rate2); | int *eba, int *error_rate1, int *error_rate2); | |||
#endif | #endif | |||
#endif /*__MMC*/ | #endif /*__MMC*/ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 7 lines changed or added |