]> git.proxmox.com Git - qemu.git/blobdiff - slirp/mbuf.h
Merge remote-tracking branch 'kraxel/seabios-a810e4e' into staging
[qemu.git] / slirp / mbuf.h
index 8d7951fb42334868f4dff15ea9b9abb713fe71da..3f3ab095b1030eb61d5e9f14116bd6179440d08c 100644 (file)
@@ -116,6 +116,7 @@ struct mbuf {
                                         * it rather than putting it on the free list */
 
 void m_init(Slirp *);
+void m_cleanup(Slirp *slirp);
 struct mbuf * m_get(Slirp *);
 void m_free(struct mbuf *);
 void m_cat(register struct mbuf *, register struct mbuf *);