Commit aa806132323edd5631be108ad8c296970668cd83
1 parent
c6d25871
Move bootp_filename to avoid a sparse warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7174 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
1 additions
and
1 deletions
slirp/libslirp.h
... | ... | @@ -25,6 +25,7 @@ int slirp_add_exec(int do_pty, const void *args, int addr_low_byte, |
25 | 25 | |
26 | 26 | extern const char *tftp_prefix; |
27 | 27 | extern char slirp_hostname[33]; |
28 | +extern const char *bootp_filename; | |
28 | 29 | |
29 | 30 | void slirp_stats(void); |
30 | 31 | void slirp_socket_recv(int addr_low_byte, int guest_port, const uint8_t *buf, | ... | ... |