diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 550aec8..5115e9d 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2011.08.01.125405" +#define Cdrskin_timestamP "2011.08.01.153305" diff --git a/libburn/mmc.h b/libburn/mmc.h index 0e47c75..55e557d 100644 --- a/libburn/mmc.h +++ b/libburn/mmc.h @@ -110,4 +110,9 @@ int mmc_start_if_needed(struct burn_drive *d, int flag); int mmc_get_bd_spare_info(struct burn_drive *d, int *alloc_blocks, int *free_blocks, int flag); +/* ts B10801 */ +int mmc_get_phys_format_info(struct burn_drive *d, int *disk_category, + char **book_name, int *part_version, int *num_layers, + int *num_blocks, int flag); + #endif /*__MMC*/