Committed forgotten header file

This commit is contained in:
Thomas Schmitt 2019-10-26 17:10:03 +02:00
parent a6fdbc7a25
commit 3a940300e2
2 changed files with 12 additions and 1 deletions

View File

@ -13926,11 +13926,16 @@ Made number transition to 1.5.2
+ cdrskin/add_ts_changes_to_libburn_1_5_3
Updated cdrskin tarball generator
26 Oct 2019 []
26 Oct 2019 [a6fdbc7]
ChangeLog
cdrskin/changelog.txt
Updated change log
26 Oct 2019 []
libburn/mmc.h
cdrskin/changelog.txt
Committed forgotten header file
----------------------------------- release - cdrskin-1.5.2 - 2019.10.26.143001
* Bug fix: No lock was obtained for setting up a fifo object
* Bug fix: Stream recording was applied regardless whether the drive offers it

View File

@ -130,6 +130,12 @@ int mmc_get_leadin_text(struct burn_drive *d,
/* ts B40107 */
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
/* B21108 ts */