Implemented function to free data volumes set
This commit is contained in:
parent
eed4a0a89e
commit
da5dab7ea4
@ -56,6 +56,11 @@ struct iso_volume *iso_volume_new_with_root(const char *volume_id,
|
|||||||
*/
|
*/
|
||||||
void iso_volume_free(struct iso_volume *volume);
|
void iso_volume_free(struct iso_volume *volume);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Free a set of data volumes.
|
||||||
|
*/
|
||||||
|
void iso_volset_free(struct iso_volset *volume);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the root directory for a volume.
|
* Get the root directory for a volume.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user