From: Adam Julis Date: Tue, 18 Jun 2024 09:56:04 +0000 (+0200) Subject: syms: Properly export virDomainIOMMUDefFree() X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8ce138632c217cdf68573c092713372cd2e88db4;p=libvirt.git syms: Properly export virDomainIOMMUDefFree() While the function is exported via header, the symbol itself was not. Signed-off-by: Adam Julis Reviewed-by: Michal Privoznik --- diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index 653c84a520..8d760aca04 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -488,6 +488,7 @@ virDomainInputSourceGrabToggleTypeToString; virDomainInputSourceGrabTypeFromString; virDomainInputSourceGrabTypeToString; virDomainInputTypeToString; +virDomainIOMMUDefFree; virDomainIOMMUModelTypeFromString; virDomainIOMMUModelTypeToString; virDomainIOThreadIDAdd;