Changeset 17186 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
- Timestamp:
- Feb 27, 2009 12:57:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r17184 r17186 408 408 * @return IPRT status code. 409 409 * @param pThis The new instance. 410 * @param pvContext The user supplied context in the static config only. 411 * NULL in the dynamic config. 410 412 * 411 413 * @remarks Owns no locks. 412 414 */ 413 DECLHIDDEN(int) vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis 414 #ifdef VBOXNETFLT_STATIC_CONFIG 415 , void * pContext 416 #endif 417 ); 415 DECLHIDDEN(int) vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, void *pvContext); 418 416 419 417 /**
Note:
See TracChangeset
for help on using the changeset viewer.