New API call isoburn_ropt_get_tree_loaded()
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user