Changeset 33864 in vbox for trunk/include
- Timestamp:
- Nov 8, 2010 5:09:31 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67510
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmnetifs.h
r33831 r33864 413 413 */ 414 414 DECLR3CALLBACKMEMBER(int, pfnRedirectRuleCommand ,(PDMINETWORKNATCONFIG *pInterface, bool fRemove, 415 const char *pNatRuleName, bool fUdp, const char *pHostIp,416 uint16_t u16HostPort,const char *pGuestIp, uint16_t u16GuestPort));415 bool fUdp, const char *pHostIp, uint16_t u16HostPort, 416 const char *pGuestIp, uint16_t u16GuestPort)); 417 417 418 418 } PDMINETWORKNATCONFIG, *PPDMINETWORKNATCONFIG;
Note:
See TracChangeset
for help on using the changeset viewer.