]> git.proxmox.com Git - qemu.git/blobdiff - slirp/ip_icmp.h
Documentation: Warn against qemu-img on active image
[qemu.git] / slirp / ip_icmp.h
index b3da1f26977255e3fba7ec452b225b5cfc59fd4c..1a1af91e1e40241836532893079ee7ec2cdacbbb 100644 (file)
@@ -154,6 +154,7 @@ struct icmp {
        (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
 
 void icmp_init(Slirp *slirp);
+void icmp_cleanup(Slirp *slirp);
 void icmp_input(struct mbuf *, int);
 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
                 const char *message);