]> git.proxmox.com Git - qemu.git/blobdiff - net.h
Add qemu_format_nic_info_str() (Mark McLoughlin)
[qemu.git] / net.h
diff --git a/net.h b/net.h
index 078dd18dd6c44de8ace821b0d6b9dda43e8ce338..904519a3542122c4da562abd8f40eef859b8b98c 100644 (file)
--- a/net.h
+++ b/net.h
@@ -41,6 +41,7 @@ int qemu_can_send_packet(VLANClientState *vc);
 ssize_t qemu_sendv_packet(VLANClientState *vc, const struct iovec *iov,
                           int iovcnt);
 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size);
+void qemu_format_nic_info_str(VLANClientState *vc, uint8_t macaddr[6]);
 void qemu_handler_true(void *opaque);
 
 void do_info_network(void);