maint: add missing symbols

Add missing symbols to libvirt_private.syms.
This commit is contained in:
Stefan Berger 2011-08-16 12:38:02 -04:00
parent 5abbf7b958
commit 34a01fc431

View File

@ -539,8 +539,11 @@ ifaceGetIndex;
ifaceGetMacAddress; ifaceGetMacAddress;
ifaceGetIPAddress; ifaceGetIPAddress;
ifaceGetNthParent; ifaceGetNthParent;
ifaceGetPhysicalFunction;
ifaceGetVirtualFunctionIndex;
ifaceGetVlanID; ifaceGetVlanID;
ifaceIsUp; ifaceIsUp;
ifaceIsVirtualFunction;
ifaceLinkDel; ifaceLinkDel;
ifaceMacvtapLinkAdd; ifaceMacvtapLinkAdd;
ifaceMacvtapLinkDump; ifaceMacvtapLinkDump;
@ -841,6 +844,7 @@ pciDettachDevice;
pciDeviceFileIterate; pciDeviceFileIterate;
pciDeviceGetManaged; pciDeviceGetManaged;
pciDeviceIsAssignable; pciDeviceIsAssignable;
pciDeviceIsVirtualFunction;
pciDeviceListAdd; pciDeviceListAdd;
pciDeviceListCount; pciDeviceListCount;
pciDeviceListDel; pciDeviceListDel;
@ -848,10 +852,14 @@ pciDeviceListFree;
pciDeviceListGet; pciDeviceListGet;
pciDeviceListNew; pciDeviceListNew;
pciDeviceListSteal; pciDeviceListSteal;
pciDeviceNetName;
pciDeviceReAttachInit; pciDeviceReAttachInit;
pciDeviceSetManaged; pciDeviceSetManaged;
pciFreeDevice; pciFreeDevice;
pciGetDevice; pciGetDevice;
pciGetPhysicalFunction;
pciGetVirtualFunctionIndex;
pciGetVirtualFunctions;
pciReAttachDevice; pciReAttachDevice;
pciResetDevice; pciResetDevice;
pciWaitForDeviceCleanup; pciWaitForDeviceCleanup;