Changeset 18902 in vbox for trunk/src/VBox/Devices/Network/slirp/main.h
- Timestamp:
- Apr 15, 2009 12:14:23 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45957
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/main.h
r15890 r18902 10 10 #endif 11 11 12 #ifdef VBOX_WITH_SIMPLIFIED_SLIRP_SYNC13 12 void if_encap(PNATState pData, uint16_t eth_proto, struct mbuf *m); 14 #else15 void if_encap(PNATState pData, const uint8_t *ip_data, int ip_data_len);16 #endif
Note:
See TracChangeset
for help on using the changeset viewer.