Changeset 11786
- Timestamp:
- 08/28/08 21:18:03 (3 months ago)
- Files:
-
- trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r11759 r11786 110 110 * Sends data to guest called from NAT glue code 111 111 */ 112 static DECLCALLBACK(void) drvNATOutput(const void * data, const uint8_t *msg, size_t size)112 static DECLCALLBACK(void) drvNATOutput(const void * data, const uint8_t *msg, int size) 113 113 { 114 114 PDRVNAT pThis = (PDRVNAT)(void *)data;

