Changeset 1045 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Feb 23, 2007 4:42:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.h
r1039 r1045 342 342 #else 343 343 # ifdef _MSC_VER 344 extern void insque_32 _P(( void *, void *));345 extern void remque_32 _P(( void *));344 extern void insque_32 _P((PNATState, void *, void *)); 345 extern void remque_32 _P((PNATState, void *)); 346 346 # else 347 inline void insque_32 _P(( void *, void *));348 inline void remque_32 _P(( void *));347 inline void insque_32 _P((PNATState, void *, void *)); 348 inline void remque_32 _P((PNATState, void *)); 349 349 # endif 350 350 #endif
Note:
See TracChangeset
for help on using the changeset viewer.