From: Peter Krempa Date: Wed, 20 Nov 2013 15:02:00 +0000 (+0100) Subject: conf: Export virStorageVolType enum helper functions X-Git-Tag: v1.2.0-rc2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d20452cef49dcb55111248c5357b71f7ed8a74;p=thirdparty%2Flibvirt.git conf: Export virStorageVolType enum helper functions Export string conversion from and to the virStorageVolType enum. --- diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index a705c56530..205fe5611d 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -701,6 +701,8 @@ virStorageVolDefFree; virStorageVolDefParseFile; virStorageVolDefParseNode; virStorageVolDefParseString; +virStorageVolTypeFromString; +virStorageVolTypeToString; # conf/storage_encryption_conf.h