Expanded new API call isoburn_igopt_set_scdbackup_tag

This commit is contained in:
2009-09-17 14:43:54 +00:00
parent 7a1f61afaa
commit 72ac8a4ab1
4 changed files with 22 additions and 6 deletions

View File

@ -479,9 +479,13 @@ struct isoburn_imgen_opts {
* Such a tag may be part of a libisofs checksum tag block after the
* session tag line. It then covers the whole session up to its own start
* position.
* If scdbackup_tag_written is not NULL then it is a pointer to an
* application provided array with at least 512 characters. The effectively
* written scdbackup tag will be copied to this memory location.
*/
char scdbackup_tag_name[81];
char scdbackup_tag_time[19];
char *scdbackup_tag_written;
};