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 ed51385599..89e722f355 100644 --- a/slirp/main.h +++ b/slirp/main.h @@ -46,6 +46,8 @@ extern int tcp_keepintvl; extern uint8_t client_ethaddr[6]; extern const char *slirp_special_ip; extern int slirp_restrict; +extern char *tftp_prefix; +extern char *bootp_filename; #define PROTO_SLIP 0x1 #ifdef USE_PPP |