Last change
on this file since 14964 was 14964, checked in by vboxsync, 16 years ago |
slirp: code cosmetics for better readability (no semantics change)
|
-
Property svn:eol-style
set to
native
|
File size:
266 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * Copyright (c) 1995 Danny Gasparovski.
|
---|
3 | *
|
---|
4 | * Please read the file COPYRIGHT for the
|
---|
5 | * terms and conditions of the copyright.
|
---|
6 | */
|
---|
7 |
|
---|
8 | #ifdef HAVE_SYS_SELECT_H
|
---|
9 | #include <sys/select.h>
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | void if_encap(PNATState pData, const uint8_t *ip_data, int ip_data_len);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.