Implemented function to free data volumes set

This commit is contained in:
Mario Danic 2006-09-09 13:21:34 +00:00
parent eed4a0a89e
commit da5dab7ea4
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@ struct iso_volume *iso_volume_new_with_root(const char *volume_id,
*/
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.
*/