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