New API call isoburn_ropt_get_tree_loaded()

This commit is contained in:
2020-12-07 19:37:31 +01:00
parent 47be075c45
commit b3adff1daa
6 changed files with 43 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
Class core of libisoburn.
Copyright 2007 - 2009 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
Copyright 2007 - 2019 Thomas Schmitt <scdbackup@gmx.net>
Copyright 2007 - 2020 Thomas Schmitt <scdbackup@gmx.net>
Provided under GPL version 2 or later.
*/
@@ -1106,6 +1106,15 @@ int isoburn_ropt_get_size_what(struct isoburn_read_opts *o,
}
int isoburn_ropt_get_tree_loaded(struct isoburn_read_opts *o,
int *tree, int *rr)
{
*tree= o->tree_loaded;
*rr= o->rr_loaded;
return(1);
}
/* ----------------------------------------------------------------------- */
/*
Options for image generation by libisofs and image transport to libburn.