VirtualBox

Ignore:
Timestamp:
Feb 27, 2009 12:57:39 AM (16 years ago)
Author:
vboxsync
Message:

VBoxNetFlt: Fixed vboxNetFltOsInitInstance which had gotten out of sync.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h

    r17184 r17186  
    408408 * @return  IPRT status code.
    409409 * @param   pThis           The new instance.
     410 * @param   pvContext       The user supplied context in the static config only.
     411 *                          NULL in the dynamic config.
    410412 *
    411413 * @remarks Owns no locks.
    412414 */
    413 DECLHIDDEN(int) vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis
    414 #ifdef VBOXNETFLT_STATIC_CONFIG
    415         , void * pContext
    416 #endif
    417         );
     415DECLHIDDEN(int) vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, void *pvContext);
    418416
    419417/**
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