From: Matthias Bolte Date: Tue, 16 Mar 2010 22:38:01 +0000 (+0100) Subject: Remove interfaceRegister from libvirt_private.syms X-Git-Tag: v0.8.0~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=460e7b6a94a2e450e9382187826f6a11ae686a97;p=thirdparty%2Flibvirt.git Remove interfaceRegister from libvirt_private.syms This symbol is conditional, it would need to be exported conditional to work properly with MinGW. So just remove it, as no other driver register function is listed in the symbols files. --- diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index 5d30b9026a..f1ad6dbf65 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -257,10 +257,6 @@ virInterfaceObjUnlock; virInterfaceObjListFree; -# interface_driver.h -interfaceRegister; - - # iptables.h iptablesAddForwardAllowCross; iptablesAddForwardAllowIn;