From da5dab7ea43c5561448e758f8bdc528c904f583b Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sat, 9 Sep 2006 13:21:34 +0000 Subject: [PATCH] Implemented function to free data volumes set --- libisofs/libisofs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index bf840dc..0d29cad 100755 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -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. */