diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 17da161..6a776b2 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.09.14.122437" +#define Cdrskin_timestamP "2007.09.14.122531" diff --git a/libburn/libburn.h b/libburn/libburn.h index 447cc8d..bd4d44a 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -1504,6 +1504,7 @@ void burn_write_opts_set_mediacatalog(struct burn_write_opts *opts, unsigned cha /* ts A61106 */ /** Sets the multi flag which eventually marks the emerging session as not being the last one and thus creating a BURN_DISC_APPENDABLE media. + @param opts The option object to be manipulated @param multi 1=media will be appendable, 0=media will be closed (default) */ void burn_write_opts_set_multi(struct burn_write_opts *opts, int multi);