diff options
Diffstat (limited to 'slirp/main.h')
-rw-r--r-- | slirp/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slirp/main.h b/slirp/main.h index 3ef2996519..b4926147d8 100644 --- a/slirp/main.h +++ b/slirp/main.h @@ -44,6 +44,8 @@ extern int towrite_max; extern int ppp_exit; extern int tcp_keepintvl; extern uint8_t client_ethaddr[6]; +extern char *slirp_special_ip; +extern int slirp_restrict; #define PROTO_SLIP 0x1 #ifdef USE_PPP |