]> git.proxmox.com Git - qemu.git/blobdiff - net.h
fix live migration
[qemu.git] / net.h
diff --git a/net.h b/net.h
index 29750567ed9e44c5423ddaab25055a8b069528d4..04fda1d6c8f8559dac23e34824b8fc07d443a6b3 100644 (file)
--- a/net.h
+++ b/net.h
@@ -168,8 +168,6 @@ int qmp_netdev_add(Monitor *mon, const QDict *qdict, QObject **ret);
 
 void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd);
 
-int net_handle_fd_param(Monitor *mon, const char *param);
-
 #define POLYNOMIAL 0x04c11db6
 unsigned compute_mcast_idx(const uint8_t *ep);