]> git.proxmox.com Git - mirror_qemu.git/blobdiff - net.h
slirp: Move smb, redir, tftp and bootp parameters and -net channel
[mirror_qemu.git] / net.h
diff --git a/net.h b/net.h
index 6ba3624ffd8b697af684d9cffa6b136e466d4532..01f345020883e01f8eb3d4acd6fcfd5952442971 100644 (file)
--- a/net.h
+++ b/net.h
@@ -125,6 +125,9 @@ uint16_t net_checksum_tcpudp(uint16_t length, uint16_t proto,
 void net_checksum_calculate(uint8_t *data, int length);
 
 /* from net.c */
+extern const char *legacy_tftp_prefix;
+extern const char *legacy_bootp_filename;
+
 int net_client_init(Monitor *mon, const char *device, const char *p);
 void net_client_uninit(NICInfo *nd);
 int net_client_parse(const char *str);