From ff95a84130d077f5c02ea8897414483f3d0fdcdf Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 28 Apr 2012 08:51:50 +0200 Subject: [PATCH] Bug fix: Symbol iso_fs_global_id was missing in libisofs.ver. Thanks to: http://upstream-tracker.org/versions/libisofs.html --- libisofs/libisofs.ver | 1 + 1 file changed, 1 insertion(+) diff --git a/libisofs/libisofs.ver b/libisofs/libisofs.ver index 1119218..31e249e 100644 --- a/libisofs/libisofs.ver +++ b/libisofs/libisofs.ver @@ -65,6 +65,7 @@ iso_file_source_unref; iso_filesystem_ref; iso_filesystem_unref; iso_finish; +iso_fs_global_id; iso_get_local_charset; iso_get_messenger; iso_gzip_get_refcounts;