From ab15717ce05f9d57fb7a8506b40e4fefb1c26931 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 14 Sep 2007 12:24:19 +0000 Subject: [PATCH] Documented burn_write_opts_set_multi @param opts --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/libburn.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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);