VirtualBox

Changeset 63256 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Aug 10, 2016 12:04:54 PM (8 years ago)
Author:
vboxsync
Message:

Main: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/netif.h

    r62485 r63256  
    8989int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength);
    9090int NetIfEnableDynamicIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf);
    91 int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVBox, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress, const char *pcszName = NULL);
    92 int NetIfRemoveHostOnlyNetworkInterface (VirtualBox *pVBox, IN_GUID aId, IProgress **aProgress);
     91int NetIfCreateHostOnlyNetworkInterface(VirtualBox *pVBox, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress, const char *pszName = NULL);
     92int NetIfRemoveHostOnlyNetworkInterface(VirtualBox *pVBox, IN_GUID aId, IProgress **aProgress);
    9393int NetIfGetConfig(HostNetworkInterface * pIf, NETIFINFO *);
    9494int NetIfGetConfigByName(PNETIFINFO pInfo);
    95 int NetIfGetState(const char *pcszIfName, NETIFSTATUS *penmState);
    96 int NetIfGetLinkSpeed(const char *pcszIfName, uint32_t *puMbits);
     95int NetIfGetState(const char *pszIfName, NETIFSTATUS *penmState);
     96int NetIfGetLinkSpeed(const char *pszIfName, uint32_t *puMbits);
    9797int NetIfDhcpRediscover(VirtualBox *pVBox, HostNetworkInterface * pIf);
    98 int NetIfAdpCtlOut(const char * pcszName, const char * pcszCmd, char *pszBuffer, size_t cBufSize);
     98int NetIfAdpCtlOut(const char *pszName, const char *pszCmd, char *pszBuffer, size_t cBufSize);
    9999
    100100DECLINLINE(Bstr) composeIPv6Address(PRTNETADDRIPV6 aAddrPtr)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette